@kernlang/express
v3.1.3
Published
Kern Express TypeScript backend transpiler
Maintainers
Readme
@kernlang/express
Kern Express TypeScript backend transpiler
Part of the KERN monorepo.
Install
npm install @kernlang/expressUsage
import { parse } from '@kernlang/core';
import { transpileExpress } from '@kernlang/express';
const ir = parse(`service "Api" { route "/users" method GET }`);
const result = transpileExpress(ir, { target: 'express' });License
AGPL-3.0
