mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
finish basic autocraft for create store
This commit is contained in:
7
types/cc/strings.d.ts
vendored
Normal file
7
types/cc/strings.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/** @noSelfInFile **/
|
||||
/** @noResolution **/
|
||||
declare module "cc.strings" {
|
||||
export function wrap(text: string, width?: number): string[];
|
||||
export function ensure_width(text: string, width?: number): string;
|
||||
export function split(str: string, deliminator: string, plain?: boolean, limit?: number): string[];
|
||||
}
|
||||
Reference in New Issue
Block a user