Files
DefinitelyTyped/types/inert/inert-tests.ts
2017-03-24 14:27:52 -07:00

6 lines
145 B
TypeScript

import * as HapiES6 from 'hapi';
import * as InertES6 from 'inert';
const server = new HapiES6.Server({});
server.register(InertES6, () => {});