nodename-core/src/index.ts
Fabian Stamm 69094524d1
All checks were successful
the build was successful
Rewriting of backend
2018-11-30 21:48:27 +01:00

8 lines
122 B
TypeScript

import * as Types from "./types";
import * as Request from "./request"
export = {
types: Types,
request: Request
}