UNPKG
legions-thirdparty-plugin
Version:
latest (0.0.9)
0.0.9
0.0.8
常用工具类操作方法
github.com/duanguang/lerna-legion-library.git
legions-thirdparty-plugin
/
sdk.xlsx
/
csv.d.ts
2 lines
(1 loc)
•
98 B
TypeScript
View Raw
1
2
export
default
function
csv
(
columns
:
any
,
datas
:
any
,
options
:
any
,
noHeader
?:
boolean
):
string
;