@capgo/env
v0.0.2
Published
Env variable at runtime
Downloads
152
Readme
env
Env variable at runtime
Install
npm install env
npx cap sync
API
getKey(...)
getKey(options: { key: string; }) => Promise<{ value: string; }>
| Param | Type |
| ------------- | ----------------------------- |
| options
| { key: string; } |
Returns: Promise<{ value: string; }>