UNPKG

@pixi/assets

Version:

Asset manager for PixiJS, loading resolving and Cacheing

6 lines (5 loc) 147 B
/** * Checks if the given value is an array. * @param item - The item to test */ export declare const isSingleItem: (item: unknown) => boolean;