UNPKG
@wora/cache-persist
Version:
latest (2.2.1)
2.2.1
2.2.0
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc.2
2.0.0-rc.1
1.1.0
1.0.2
1.0.1
1.0.0
0.4.3
0.4.2
0.4.1
0.4.0
@wora Cache Persist
github.com/morrys/wora
morrys/wora
@wora/cache-persist
/
lib
/
layers
/
prefixLayer.d.ts
4 lines
•
218 B
TypeScript
View Raw
1
2
3
4
import
{
IMutateKey
}
from
'../CacheTypes'
;
export
declare
const
PREFIX_DELIMITER
=
"."
;
export
declare
function
prefixLayer
(
prefix
:
string
,
delimiter
?:
string
):
IMutateKey
;
//# sourceMappingURL=prefixLayer.d.ts.map