botbook/node_modules/@pnpm/config.env-replace/dist/env-replace.d.ts

3 lines
121 B
TypeScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
/// <reference types="node" />
export declare function envReplace(settingValue: string, env: NodeJS.ProcessEnv): string;