UNPKG

@authup/core

Version:

Package containing global constants, types & interfaces.

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