UNPKG

@rapido/env

Version:

Modules to manage environment variables in Rapido apps.

11 lines (8 loc) 251 B
/** * Copyright (c) 2019-present Verum Technologies * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ declare function get(key: string): string; export default get;