UNPKG

@authup/core-http-kit

Version:

Package containing global constants, types & interfaces.

4 lines 278 B
import { Client } from '../../client'; import type { TokenCreator, TokenCreatorRobotOptions } from '../type'; export declare function createTokenCreatorWithRobot(options: Omit<TokenCreatorRobotOptions, 'type'>, client?: Client): TokenCreator; //# sourceMappingURL=robot.d.ts.map