Build
This commit is contained in:
6
dist/index.d.ts
vendored
6
dist/index.d.ts
vendored
@ -1,3 +1,5 @@
|
||||
declare function startTest(): void;
|
||||
declare class NodeTest {
|
||||
static startTest(): void;
|
||||
}
|
||||
|
||||
export { startTest as default };
|
||||
export { NodeTest as default };
|
||||
|
||||
Reference in New Issue
Block a user