UNPKG

@pixi/utils

Version:

Collection of utilities used by PixiJS

7 lines (6 loc) 150 B
export declare type ArrayFixed<T, L extends number> = [T, ...Array<T>] & { length: L; }; export declare type Dict<T> = { [key: string]: T; };