UNPKG

@pnp/cli-microsoft365

Version:

Manage Microsoft 365 and SharePoint Framework projects on any platform

8 lines 306 B
export const basic = { // eslint-disable-next-line @typescript-eslint/no-unused-vars asyncFilter: async (arr, predicate, thisArg) => { const results = await Promise.all(arr.map(predicate)); return arr.filter((_v, index) => results[index]); } }; //# sourceMappingURL=basic.js.map