UNPKG
@ccts/cc-types
Version:
latest (1.0.0)
1.0.0
JackMacWindows's CC types
@ccts/cc-types
/
strings.d.ts
6 lines
•
218 B
TypeScript
View Raw
1
2
3
4
5
6
/**
@noSelfInFile
**/
/**
@noResolution
**/
declare
module
"cc.strings"
{
export
function
wrap
(
text
:
string
,
width
?:
number
):
string
[];
export
function
ensure_width
(
text
:
string
,
width
?:
number
):
string
; }