Files
handler/src/index.ts
2022-02-13 01:36:07 -06:00

11 lines
236 B
TypeScript

import * as Sern from './handler/sern';
import * as Utils from './handler/utils/preprocessors/args';
import * as Types from './types/handler';
module.exports = { Sern, Utils, Types };
export { Sern, Utils, Types };
function t () {
}