UNPKG
@authup/core-http-kit
Version:
latest (1.0.0-beta.28)
1.0.1-beta.17
1.0.0-beta.28
1.0.0-beta.27
1.0.0-beta.26
1.0.0-beta.25
1.0.0-beta.24
1.0.0-beta.23
1.0.0-beta.22
1.0.0-beta.21
1.0.0-beta.20
1.0.0-beta.19
1.0.0-beta.18
1.0.0-beta.17
1.0.0-beta.13
1.0.0-beta.12
1.0.0-beta.10
Package containing global constants, types & interfaces.
github.com/authup/authup
authup/authup
@authup/core-http-kit
/
dist
/
token-creator
/
variations
/
robot.d.ts
4 lines
•
278 B
TypeScript
View Raw
1
2
3
4
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