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) 91 B
declare const getToken: () => Promise<string | null | undefined>; export default getToken;