UNPKG
x-js-utils
Version:
latest (1.0.0)
1.0.0
js工具包
github.com/crx-96/x-js-utils
crx-96/x-js-utils
x-js-utils
/
lib
/
object
/
trim.d.ts
4 lines
(3 loc)
•
116 B
TypeScript
View Raw
1
2
3
4
import
{
XPosType
}
from
".."
;
declare
const
trim
:
(
str
:
string
,
pos
?:
XPosType
) =>
string
;
export
default
trim;