UNPKG
morbo-cli
Version:
latest (0.5.3)
0.5.3
0.5.2
0.5.1
0.5.0
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
… All tech debt is vermin in the eyes of Morbo!
github.com/orrybaram/morbo
orrybaram/morbo
morbo-cli
/
dist
/
src
/
lib
/
defaultDefinitions.d.ts
10 lines
(9 loc)
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
type
Definitions
= { [
key
:
string
]: {
regex
:
RegExp
;
description
?:
string
;
label
:
string
; }; };
declare
const
defaultDefinitions
:
Definitions
;
export
default
defaultDefinitions;