📄 deprecated.d.ts
/home/palash/git/site/node_modules/@sinonjs/commons/types/deprecated.d.ts
Language: ts • Lines: 3
export function wrap(func: Function, msg: string): Function;
export function defaultMsg(packageName: string, funcName: string): string;
export function printWarning(msg: string): undefined;