UNPKG

neutrino-preset-egg-typescript

Version:

Neutrino preset for supporting Egg.js build with typescript

7 lines (5 loc) 99 B
'use strict'; module.exports = app => { app.get('/index', 'home'); app.get('/foo', 'foo'); };