UNPKG

@hellocoop/helper-server

Version:

Hellō helper functions for server

8 lines 263 B
export interface WildCard { uri: string; targetURI: string; appName: string; redirectURI: string; } export declare function wildcardConsole({ uri, targetURI, appName, redirectURI, }: WildCard): string; //# sourceMappingURL=wildcardConsole.d.ts.map