UNPKG
skysync-cli
Version:
latest (5.9.11)
5.9.11
5.3.2
5.2.0
4.23.0
4.21.0
4.20.0
4.19.0
4.18.0
4.17.0
4.16.0
4.15.0
4.14.0
4.13.1
4.13.0
4.12.0
4.11.0
4.10.0
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.0
0.2.0
0.1.2
0.1.1
0.1.0
SkySync Command Line Interface
www.skysync.com
portalarchitects/skysync-cli
skysync-cli
/
dist
/
types
/
commands
/
sites
/
util.d.ts
13 lines
(12 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
declare
const
outputFormat
: {
table
: ({
header
:
string
;
property
:
string
;
transform
?:
undefined
; } | {
header
:
string
;
property
:
string
;
transform
:
(
val
:
any
) =>
boolean
; })[];
json
:
string
[]; };