Added definition comment in header

This commit is contained in:
gu
2016-01-29 17:19:55 +01:00
parent c75fa679ea
commit 6cbfed02a3

View File

@@ -1,6 +1,7 @@
// Type definitions for random-js 1.0.8
// Project: https://github.com/ckknight/random-js
// Definitions by: Gustavo Di Pietro <https://github.com/pistacchio>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module random {
export function Engine(): number;