UNPKG

lazy-widgets

Version:

Typescript retained mode GUI for the HTML canvas API

9 lines (8 loc) 264 B
/** * Checks whether a given number is a power of 2 greater than 0. * * @param number - The number to check * @returns Returns true if the number is a power of 2 greater than 0 * @category Helper */ export declare function isPower2(number: number): boolean;