feat: add scripts/build.sh, test.sh, check.sh
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
declare function getHandler(filename: string, name: string): Promise<Function | null>;
|
||||
declare function throwInNextTick(error: Error): void;
|
||||
|
||||
export { getHandler, throwInNextTick };
|
||||
+1
@@ -0,0 +1 @@
|
||||
|
||||
Reference in New Issue
Block a user