UNPKG

ico-utils

Version:

A javascript library to create ICO file from PNG images and extract PNG images from ICO file.

3 lines (2 loc) 151 B
export declare function splitNumberToBytes(num: number, bytes?: number): number[]; export declare function joinBytesToNumber(bytes: number[]): number;