Files
nothoughts/node_modules/pixi.js/lib/scene/text-bitmap/utils/resolveCharacters.d.ts
2025-08-04 18:57:35 +02:00

10 lines
358 B
TypeScript

/**
* Processes the passed character set data and returns a flattened array of all the characters.
*
* Ignored because not directly exposed.
* @ignore
* @param {string | string[] | string[][] } chars
* @returns {string[]} the flattened array of characters
*/
export declare function resolveCharacters(chars: string | (string | string[])[]): string[];