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
/
codegen
/
generator.d.ts
6 lines
(5 loc)
•
199 B
TypeScript
View Raw
1
2
3
4
5
6
import
type
{
ContractSchema
}
from
"./contractSchema"
;
export
interface
Generator
{
gen
(
schema
:
ContractSchema
):
string
; }
export
declare
function
ind
(
numOfSpaces
:
number
,
str
:
string
):
string
;