mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-01 19:45:48 +08:00
9 lines
385 B
TypeScript
9 lines
385 B
TypeScript
// Type definitions for freshy 1.0
|
|
// Project: https://github.com/krakenjs/freshy#readme
|
|
// Definitions by: Nikita Volodin <https://github.com/qlonik>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
export function unload(module: string): boolean;
|
|
export function reload(module: string): any;
|
|
export function freshy(module: string, cb?: (module: any) => any): any;
|