0.0.4 • Published 2 years ago
@u7/tran v0.0.4
get_tran
安装
推荐用 @antfu/ni
ni -D get_tran
使用
#!/usr/bin/env coffee
import {tranText} from '@u7/tran'
for await i from tranText(
['测试']
'en'
'zh'
)
console.log i
输出
test
推荐用 @antfu/ni
ni -D get_tran
#!/usr/bin/env coffee
import {tranText} from '@u7/tran'
for await i from tranText(
['测试']
'en'
'zh'
)
console.log i
输出
test