smartenv/dist/index.d.ts

4 lines
160 B
TypeScript

import { getEnv, printEnv, getEnvVars } from './smartenv.export';
import { obs } from './smartenv.objectstorage';
export { getEnv, getEnvVars, printEnv, obs };