UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

3 lines 218 B
import type { TokenCreator, TokenCreatorUserOptions } from '../type'; export declare function createTokenCreatorWithUser(options: Omit<TokenCreatorUserOptions, 'type'>): TokenCreator; //# sourceMappingURL=user.d.ts.map