UNPKG
@notadd/cli
Version:
latest (3.2.0)
3.2.0
3.1.16
3.1.3
3.1.2
2.1.35
2.1.34
2.1.33
2.1.32
2.1.31
2.1.30
2.1.29
2.1.27
2.1.26
2.1.25
2.1.24
2.1.23
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.1.23
1.1.22
1.1.21
1.1.20
1.1.19
1.1.18
1.1.17
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.11
1.1.10
1.1.9
1.1.8
1.1.6
1.1.5
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.0.3
0.0.2
0.0.1
notadd core none dependence
@notadd/cli
/
lib
/
commands
/
generate
/
demo.ts
10 lines
(7 loc)
•
169 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export abstract
class
CodeFactory
{ abstract create(): any; createModule(){} } export
class
BasicCodeFactory
extends
CodeFactory
{ create() {} }