UNPKG

workspace-tools

Version:

A collection of tools that are useful in a git-controlled monorepo that is managed by one of these software:

7 lines (6 loc) 244 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function listOfWorkspacePackageNames(workspaces) { return workspaces.map(({ name }) => name); } exports.listOfWorkspacePackageNames = listOfWorkspacePackageNames;