mirror of
https://github.com/sern-handler/handler
synced 2026-06-27 18:22:14 +00:00
7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
import * as Sern from './handler/sern';
|
|
import * as Utils from './handler/utilities/Preprocessors/args';
|
|
import * as Types from './types/handler';
|
|
|
|
module.exports = { Sern, Utils, Types };
|
|
export { Sern, Utils, Types };
|