UNPKG

@thi.ng/file-io

Version:

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

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