UNPKG
@hellocoop/helper-server
Version:
latest (2.2.4)
2.2.4
2.2.3
2.2.1
2.1.3
2.1.2
2.1.1
2.1.0
2.0.10
2.0.9
2.0.8
2.0.6
2.0.5
2.0.4
2.0.3
2.0.0
Hellō helper functions for server
www.hello.dev/docs/sdks/helper/
hellocoop/packages
@hellocoop/helper-server
/
dist
/
server
/
wildcardConsole.d.ts
8 lines
•
263 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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