sdfsdfs
This commit is contained in:
8
node_modules/pixi.js/lib/assets/utils/createStringVariations.d.ts
generated
vendored
Normal file
8
node_modules/pixi.js/lib/assets/utils/createStringVariations.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Creates a list of all possible combinations of the given strings.
|
||||
* @example
|
||||
* const out2 = createStringVariations('name is {chicken,wolf,sheep}');
|
||||
* console.log(out2); // [ 'name is chicken', 'name is wolf', 'name is sheep' ]
|
||||
* @param string - The string to process
|
||||
*/
|
||||
export declare function createStringVariations(string: string): string[];
|
Reference in New Issue
Block a user