UNPKG

@jeffy-g/universal-fs

Version:

Universal file system utils for Node.js and Browser in TypeScript.

16 lines (15 loc) 260 B
import type { IUniversalFs } from "./types"; export type * from "./types"; /** * @import { * IUniversalFs, * TUFSData, * TUFSFormat, * TUFSOptions, * TUFSInputType, * } from "./types.d.ts" */ /** * WIP */ export declare const ufs: IUniversalFs;