概述


目录


IOType (类型)

签名

export type IOType = MInterface | MTypeAlias

v0.2.0 中添加

buildTs (函数)

TSBuild instance with IO

签名


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

v0.2.0 中添加

topologicalSort (函数)

IOType 拓扑排序

签名


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

v0.2.0 中添加