Skip to content

forthedamn/route-parse

Repository files navigation

route-parse

AST for koa-decorator and koa-router-decorators

install

npm install route-parse

yarn add route-parse

usage

const Parse = require('route-parse');

const string = fs.readFileSync('someRoute.ts', {encoding: 'utf-8'});

const ast = new Parse(string);

About

AST for koa-decorator and koa-router-decorators

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published