UNPKG

image-js

Version:

Image processing and manipulation in JavaScript

8 lines 287 B
import type { BitValue } from '../Mask.js'; /** * Converts a bit value to the corresponding number. * @param value - The bit to convert. * @returns The bit value as a number. */ export declare function boolToNumber(value: BitValue): number; //# sourceMappingURL=boolToNumber.d.ts.map