UNPKG

@adonisjs/env

Version:

Environment variable manager for Node.js

2 lines (1 loc) 108 B
export type EnvIdentifierCallback = (value: string, key: string, appRoot: URL) => Promise<string> | string;