UNPKG
@patchworkdev/common
Version:
latest (0.4.1)
next (0.3.0-rc.2)
0.4.1
0.4.0
0.3.2
0.3.1
0.3.0
0.3.0-rc.2
0.3.0-rc.1
0.3.0-rc.0
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.0.1
Patchwork Development Kit
@patchworkdev/common
/
dist
/
configgen
/
jsonContractConfigGen.d.ts
7 lines
(6 loc)
•
238 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
ContractSchema
}
from
"../codegen/contractSchema"
;
import
{
Generator
}
from
"../codegen/generator"
;
export
declare
class
JSONContractConfigGen
implements
Generator
{
constructor
(
);
gen
(
schema
:
ContractSchema
):
string
; }