UNPKG

171 BTypeScriptView Raw
1/**
2 * See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/imul
3 */
4export declare const imul: (a: number, b: number) => number;