mirror of
https://github.com/SrIzan10/handler.git
synced 2026-05-01 10:45:17 +00:00
7 lines
214 B
TypeScript
7 lines
214 B
TypeScript
import * as Sern from './handler/sern';
|
|
import * as Utils from './handler/utilities/utilsExports';
|
|
import * as Types from './types/handler';
|
|
|
|
module.exports = { Sern, Utils, Types };
|
|
export { Sern, Utils, Types };
|