4 lines
145 B
TypeScript
4 lines
145 B
TypeScript
export * from "./envConfig";
|
|
import * as EnvConfigSchema from "./envConfig.json";
|
|
export { EnvConfigSchema };
|
|
//# sourceMappingURL=index.d.ts.map
|