UNPKG

derw

Version:

An Elm-inspired language that transpiles to TypeScript

4 lines (3 loc) 121 B
import { Module } from "../types"; export { generateEnglish }; declare function generateEnglish(module: Module): string;