3 lines
76 B
TypeScript
3 lines
76 B
TypeScript
declare const sqrt: (n: number) => number | undefined;
|
|
export default sqrt;
|