UNPKG
react-i18n-replace
Version:
latest (1.0.9)
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
一个批量支持国际化方法的脚本
github.com/sparksworld/react-i18n-replace
react-i18n-replace
/
lib
/
utils
/
index.d.ts
4 lines
•
243 B
TypeScript
View Raw
1
2
3
4
import
*
as
t
from
'@babel/types'
;
export
declare
function
hasChineseCharacters
(
str
:
any
):
boolean
;
export
declare
function
removeDuplicateKeysFromObjectExpression
(
objectExpression
:
any
): t.
ObjectExpression
;
//# sourceMappingURL=index.d.ts.map