UNPKG
eks-iam-auth
Version:
latest (0.1.1)
0.1.1
0.1.0
Authenticate with AWS EKS clusters using AWS IAM
gitlab.com/kabo/eks-iam-auth
eks-iam-auth
/
index.d.ts
2 lines
(1 loc)
•
64 B
TypeScript
View Raw
1
2
export
declare
const
getBearerToken
:
(
thing
:
string
) =>
string
;