mirror of
https://github.com/sern-handler/handler
synced 2026-06-06 01:16:55 +00:00
lowercased preprocessors
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
@@ -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 };
|
||||
|
||||
Reference in New Issue
Block a user