T
UseMathKey
testeddemoKeys of `Math` that resolve to callable methods (excludes numeric constants such as `Math.PI` or `Math.E`).
Demo
Loading demo…
Signature
ts
export type UseMathKey
= keyof { [K in keyof Math as Math[K] extends (...args: any[]) => any ? K : never]: unknown };