UNPKG
@loom-io/json-converter
Version:
latest (0.12.11)
0.12.11
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.1
0.10.0
0.9.2
0.9.0
0.8.0
0.7.1
0.7.0
A plugin for @loom-io to convert json files to JSON
loom-io.cotton-coding.com
cotton-coding/loom-io
@loom-io/json-converter
/
dist
/
json-converter.d.ts
4 lines
(3 loc)
•
166 B
TypeScript
View Raw
1
2
3
4
import
{
FileConverter
}
from
"@loom-io/converter"
;
export
declare
function
createJsonConverter<T =
unknown
>():
FileConverter
<T>;
export
default
createJsonConverter;