UNPKG

auth-mn

Version:
9 lines (8 loc) 207 B
export declare const getToken: () => Promise<string>; declare const _default: { TOKEN: (auth: { username: string; password: string; }) => Promise<string>; }; export default _default;