UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

16 lines 348 B
export const sinonUtil = { restore(method) { if (!method) { return; } if (!Array.isArray(method)) { method = [method]; } method.forEach((m) => { if (m && m.restore) { m.restore(); } }); } }; //# sourceMappingURL=sinonUtil.js.map