UNPKG

@tensorify.io/cli

Version:

Official CLI for Tensorify.io - Build, test, and deploy machine learning plugins

10 lines 365 B
declare class UrlGenerator { private getBaseUrl; getSignInUrl(isDev: boolean, redirectUrl: string): string; getCallbackUrl(isDev: boolean, port: number): string; getApiUrl(isDev: boolean): string; getUserProfileUrl(isDev: boolean): string; } export declare const urlGenerator: UrlGenerator; export {}; //# sourceMappingURL=url-generator.d.ts.map