UNPKG
aws-lockbox
Version:
latest (3.1.0)
3.1.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
AWS SSM Parameter Store secrets manager with TypeScript support
aws-lockbox
/
dist
/
src
/
ConfigLoader.d.ts
5 lines
(4 loc)
•
119 B
TypeScript
View Raw
1
2
3
4
5
import { LockboxConfig } from
'./types'
; export declare
class
ConfigLoader
{ static loadConfig(): LockboxConfig; }