sdfsdfs
This commit is contained in:
9
node_modules/pixi.js/lib/scene/text-bitmap/utils/resolveCharacters.d.ts
generated
vendored
Normal file
9
node_modules/pixi.js/lib/scene/text-bitmap/utils/resolveCharacters.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
/**
|
||||
* 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[];
|
Reference in New Issue
Block a user