download
raw
206 Bytes
module.exports = {
prefix(prop) {
let match = prop.match(/^(-\w+-)/)
if (match) {
return match[0]
}
return ''
},
unprefixed(prop) {
return prop.replace(/^-\w+-/, '')
}
}

Xet Storage Details

Size:
206 Bytes
·
Xet hash:
5e993ed1c703e6bb5f5c0a348de57dc857c406cb43f526d8ae57c0e0725f0625

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.