UNPKG

@thi.ng/pixel

Version:

Typedarray integer & float pixel buffers w/ customizable formats, blitting, drawing, convolution

9 lines 209 B
/** * Yields monotonically increasing iterator of `[0,n)` * * @param n - * * @internal */ export declare function __range(n: number): Generator<number, void, unknown>; //# sourceMappingURL=range.d.ts.map