diff --git a/types/loader.d.ts b/types/loader.d.ts index 5e600e2..1d419f4 100644 --- a/types/loader.d.ts +++ b/types/loader.d.ts @@ -19,7 +19,7 @@ use(fn: Function): this; reset(): this; //tslint:disable-next-line:ban-types forbidden-types - load(cb?: Function): this; + load(cb?: (loader: Loader, resources: Partial>) => void): this; destroy(): void;