UNPKG

neutrino-preset-egg-typescript

Version:

Neutrino preset for supporting Egg.js build with typescript

6 lines (4 loc) 77 B
'use strict'; module.exports = function* () { this.body = 'Hello foo'; };