Files
nothoughts/node_modules/pixi.js/lib/assets/utils/isSingleItem.d.ts
2025-08-04 18:57:35 +02:00

6 lines
147 B
TypeScript

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