UNPKG

netlify-cli

Version:

Netlify command line tool

3 lines 266 B
const supportsBooleanCapability = (account, capability) => Boolean(account?.capabilities?.[capability]?.included); export const supportsBackgroundFunctions = (account) => supportsBooleanCapability(account, 'background_functions'); //# sourceMappingURL=account.js.map