概述


目录


ioBuild (函数)

用 InputModule 生成 IO 代码

签名


export const ioBuild = (ts?: TSOptions): MonadFunctionSync<InputModule, string> => a => ...

v0.2.0 中添加

typeBuild (函数)

用 InputModule 生成 typescript 代码

签名


export const typeBuild = (ts?: TSOptions): MonadFunctionSync<InputModule, string> => a => ...

v0.2.0 中添加

IOBuild (导出)

签名

TSBuild

v0.2.0 中添加

TypeBuild (导出)

签名

TSBuild

v0.2.0 中添加