UNPKG

universal-fs

Version:

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

10 lines (9 loc) 222 B
/** * The auth function called in init * @param password - The password to protect the files * @see {@link init} * @internal * @async */ declare const auth: (password?: string) => Promise<void>; export default auth;