UNPKG

253 BPlain TextView Raw
1///<reference path="./spec/type.d.ts"/>
2export * from "./lib/service"
3export * from "./lib/route"
4export * from "./lib/builtInService"
5export * from "./lib/decorator"
6import * as BuiltIn from "./lib/builtInService"
7export const BuiltInService = BuiltIn