Files
DefinitelyTyped/inert/inert-tests.ts
Andy 2f71174636 Restructure to support old versions (#13811)
* Restructure to support old versions

* Fix tests
2017-01-06 12:36:57 -08:00

6 lines
145 B
TypeScript

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