mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-22 08:20:58 -05:00
Added functions
module
This commit is contained in:
parent
7b75d612db
commit
ce5227a2ce
1 changed files with 4 additions and 0 deletions
4
src/utils/functions/index.ts
Normal file
4
src/utils/functions/index.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export { Func } from "./func";
|
||||||
|
export { Callable, makeCallable } from "./callable";
|
||||||
|
export { AsyncFunc } from "./async-func";
|
||||||
|
export { Middleware, MiddlewareHandler } from "./middleware";
|
Loading…
Reference in a new issue