3 lines
57 B
TypeScript
Executable file
3 lines
57 B
TypeScript
Executable file
declare function sign(x: number): number;
|
|
|
|
export = sign; |