UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

3 lines 189 B
import type { TokenCreator, TokenCreatorOptions } from './type'; export declare function createTokenCreator(options: TokenCreatorOptions): TokenCreator; //# sourceMappingURL=module.d.ts.map