paralleljs commonjs support

This commit is contained in:
JasonS
2015-04-16 14:54:00 -07:00
parent 57fe73cf10
commit 99cdf5e986

View File

@@ -102,3 +102,7 @@ declare class Parallel<T> {
public require(fn: Function): Parallel<T>;
}
/* commonjs binding for npm use */
declare module "paralleljs" {
export = Parallel;
}