Erster Docker-Stand
This commit is contained in:
4
_node_modules/@chevrotain/utils/lib/src/timer.d.ts
generated
vendored
Normal file
4
_node_modules/@chevrotain/utils/lib/src/timer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
export declare function timer<T>(func: () => T): {
|
||||
time: number;
|
||||
value: T;
|
||||
};
|
||||
Reference in New Issue
Block a user