lowercased preprocessors

This commit is contained in:
EvolutionX
2022-02-14 09:55:24 +05:30
parent 9193ede266
commit ab7c5e09ee
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import * as Files from './utilities/readFile';
import type * as Utils from './utilities/Preprocessors/args';
import type * as Utils from './utilities/preprocessors/args';
import type { Arg, Context, Visibility, possibleOutput } from '../types/handler';

View File

@@ -1,5 +1,5 @@
import * as Sern from './handler/sern';
import * as Utils from './handler/utilities/Preprocessors/args';
import * as Utils from './handler/utilities/preprocessors/args';
import * as Types from './types/handler';
module.exports = { Sern, Utils, Types };