UNPKG

@thi.ng/file-io

Version:

Assorted file I/O utils (with logging support) for NodeJS/Bun

7 lines 163 B
/** * Returns file extension of given file `path`. * * @param path */ export declare const fileExt: (path: string) => string; //# sourceMappingURL=ext.d.ts.map