Format header such that it passes npm test

This commit is contained in:
Birk Skyum
2017-03-07 13:29:27 +01:00
parent a0d7b386b9
commit 9d4c31f2ba

8
meteor/index.d.ts vendored
View File

@@ -1,11 +1,7 @@
// Type definitions for Meteor 1.4
// Project: http://www.meteor.com/
// Definitions by:
// Alex Borodach <https://github.com/barbatus>
// Dave Allen <https://github.com/fullflavedave>
// Olivier Refalo <https://github.com/orefalo>
// Daniel Neveux <https://github.com/dagatsoin>
// Birk Skyum <https://github.com/birkskyum>
// Definitions by: Alex Borodach <https://github.com/barbatus>, Dave Allen <https://github.com/fullflavedave>, Olivier Refalo <https://github.com/orefalo>, Daniel Neveux <https://github.com/dagatsoin>, Birk Skyum <https://github.com/birkskyum>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
interface URLS {
resetPassword: (token: string) => string;