UNPKG

@thi.ng/binary

Version:

100+ assorted binary / bitwise operations, conversions, utilities, lookup tables

6 lines 239 B
import type { FnN } from "@thi.ng/api"; import type { Pow2 } from "./api.js"; export declare const isPow2: (x: number) => x is Pow2; export declare const ceilPow2: FnN; export declare const floorPow2: FnN; //# sourceMappingURL=pow.d.ts.map