UNPKG

mylas

Version:

Mylas is a npm package to make the loading and storing of data from fs easy and reliable.

10 lines (7 loc) 221 B
import { FileT, JsonT, StringSave } from "./interfaces"; declare global { interface JSON extends JsonT { } interface StringConstructor extends FileT { } interface String extends StringSave { } } export { };