UNPKG
typelorem
Version:
latest (0.0.11)
0.0.11
0.0.10
0.0.8
0.0.7
0.0.6
0.0.5
Lorem Ipsum generator for Typescript types
typelorem
/
dist
/
generateSchema.d.ts
3 lines
(2 loc)
•
149 B
TypeScript
View Raw
1
2
3
import
*
as
TJS
from
"typescript-json-schema"
;
export
declare
const
generateSchema
:
(
symbolName
:
string
,
fileName
:
string
) =>
TJS
.
Definition
|
null
;