UNPKG

@jigra/filesystem

Version:

The Filesystem API provides a NodeJS-like API for working with files on the device.

7 lines 254 B
import { registerPlugin } from "@jigra/core"; const Filesystem = registerPlugin("Filesystem", { web: () => import("./web").then((m) => new m.FilesystemWeb()), }); export * from "./definitions"; export { Filesystem }; //# sourceMappingURL=index.js.map