3 lines
91 B
TypeScript
3 lines
91 B
TypeScript
declare const power: (n?: number | undefined) => number | undefined;
|
|
export default power;
|