route-parse
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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);

/route-parse/

    Package Sidebar

    Install

    npm i route-parse

    Weekly Downloads

    6

    Version

    1.1.1

    License

    MIT

    Last publish

    Collaborators

    • forthedamn