UNPKG
c2array
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Convert console output to an array
c2array
/
dist
/
index.d.ts
9 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
const
fn
:
any
;
interface
Options
{
newline
:
boolean
;
removeEmpty
:
boolean
;
select
:
string
;
splitter
:
string
;
removeEmptyString
:
boolean
; }
//# sourceMappingURL=index.d.ts.map