How to use the buttercup/dist/buttercup-web.min.Group.OutputFlag function in buttercup

To help you get started, we’ve selected a few buttercup examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github buttercup / buttercup-desktop / src / shared / buttercup / groups.js View on Github external
return arch.getGroups().map(group =>
    Object.assign(group.toObject(Group.OutputFlag.Groups), {
      isTrash: group.isTrash()
    })
  );