Overview


Table of contents


IOType (type alias)

Signature

export type IOType = MInterface | MTypeAlias

Added in v0.2.0

buildTs (function)

TSBuild instance with IO

Signature


export const buildTs: TSBuild = (option = {}) => (schema) => ...

Added in v0.2.0

topologicalSort (function)

topological sort IOType in MModule

Signature


export const topologicalSort=(ignoreNames:string[]): MF.MonadFunctionSync<MModule, Array<IOType>> => (a) => ...

Added in v0.2.0