UNPKG
@curvenote/cli
Version:
latest (0.16.3)
0.16.3
0.16.2
0.16.1
0.16.0
0.15.2
0.15.1
0.15.0
0.14.3
0.14.2
0.14.1
0.14.0
0.13.5
0.13.4
0.13.3
0.13.2
0.13.1
0.13.0
0.12.27
0.12.26
0.12.24
0.12.23
0.12.22
0.12.21
0.12.20
0.12.19
0.12.18
0.12.17
0.12.16
0.12.15
0.12.14
0.12.13
0.12.12
0.12.11
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.2
0.11.1
0.11.0
0.10.2
0.10.1
0.10.0
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.10
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.58
0.8.57
0.8.56
0.8.55
0.8.54
0.8.53
0.8.52
0.8.51
0.8.50
0.8.49
0.8.48
0.8.47
0.8.46
0.8.45
0.8.44
0.8.43
0.8.41
0.8.40
0.8.39
CLI Client library for Curvenote
github.com/curvenote/curvenote
curvenote/curvenote
@curvenote/cli
/
dist
/
session
/
builtinPlugins.d.ts
4 lines
•
286 B
TypeScript
View Raw
1
2
3
4
import
type
{
CurvenotePlugin
,
ValidatedCurvenotePlugin
}
from
'./types.js'
;
export
declare
function
combinePlugins
(
plugins
:
CurvenotePlugin
[]
):
ValidatedCurvenotePlugin
;
export
declare
function
getBuiltInPlugins
(
):
ValidatedCurvenotePlugin
;
//# sourceMappingURL=builtinPlugins.d.ts.map