Overview

Parse ts code to type model


Table of contents


JSDoc (type alias)

Signature

export type JSDoc = Array<string>

Added in v0.2.0

getClasses (function)

Added in v0.2.0

getModuleInfo (function)

Added in v0.2.0

getTags (function)

get comment info

Added in v0.2.0

getType (function)

Signature


export const getType = (a: ast.Type, isArray: boolean = false): MValueable => ...

Added in v0.2.0

getintefaceChildren (function)

Added in v0.2.0

parse (function)

Parse Module from some typescript file path

Added in v0.2.0

parseInterface (function)

Added in v0.2.0