UNPKG

universal-fs

Version:

Allows a client or server to access the file system in the current codebase or a different one.

3 lines (2 loc) 87 B
declare const getUrl: () => Promise<string | null | undefined>; export default getUrl;