1
This commit is contained in:
16
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/string.d.ts
vendored
Normal file
16
20220330_Vote/Ewide.Web.Entry/wwwroot/lib/xe-utils/string.d.ts
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
export * from './padEnd'
|
||||
export * from './padStart'
|
||||
export * from './repeat'
|
||||
export * from './trim'
|
||||
export * from './trimRight'
|
||||
export * from './trimLeft'
|
||||
export * from './escape'
|
||||
export * from './unescape'
|
||||
export * from './camelCase'
|
||||
export * from './kebabCase'
|
||||
export * from './startsWith'
|
||||
export * from './endsWith'
|
||||
export * from './template'
|
||||
export * from './toFormatString'
|
||||
export * from './toString'
|
||||
export * from './toValueString'
|
||||
Reference in New Issue
Block a user