4 lines
47 B
TypeScript
4 lines
47 B
TypeScript
declare function now(): number;
|
|
|
|
export = now;
|
declare function now(): number;
|
|
|
|
export = now;
|