UNPKG
@epilogo/stringifyr
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.9
1.1.8
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
0.9.999
0.9.99
0.9.98
0.9.97
0.9.96
0.9.95
0.9.92
0.9.91
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
Stringifyr JS bundle
github.com/EpilogoSRL/stringifyr-cli
EpilogoSRL/stringifyr-cli
@epilogo/stringifyr
/
build
/
types
/
utils
/
createDocumentStorage.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
import
{
IStorage
}
from
'./IStorage'
;
export
declare
function
createDocumentStorage
(
_document:
typeof
document
):
IStorage
;