cleanup
This commit is contained in:
parent
d7979500eb
commit
ce5fa9da4a
25 changed files with 68 additions and 175 deletions
|
|
@ -2,7 +2,7 @@ import { readFileSync } from 'fs';
|
|||
import { ConfigLoaderError } from '../errors';
|
||||
import type { ConfigLoader } from '../types';
|
||||
|
||||
export interface EnvLoaderOptions {
|
||||
interface EnvLoaderOptions {
|
||||
convertCase?: boolean;
|
||||
parseJson?: boolean;
|
||||
parseValues?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue