Files

3 lines
193 B
TypeScript
Raw Permalink Normal View History

2025-05-19 20:36:21 -05:00
import type { Authorization, AuthorizationLike } from "./index.js";
export declare function authorizationify(auth: AuthorizationLike): Authorization;
//# sourceMappingURL=authorization.d.ts.map