UNPKG

spinjs

Version:

<p align="center"><a href="#"><img width="150" src="https://rawgit.com/sysgears/jsapp/master/packages/spinjs/logo.svg"></a></p>

3 lines (2 loc) 219 B
export declare const hookSync: (compiler: any, hookName: string, hookFunc: (...args: any[]) => any) => void; export declare const hookAsync: (compiler: any, hookName: string, hookFunc: (...args: any[]) => any) => void;