UNPKG

workspace-tools

Version:

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

8 lines 264 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.nameAtVersion = void 0; function nameAtVersion(name, version) { return `${name}@${version}`; } exports.nameAtVersion = nameAtVersion; //# sourceMappingURL=nameAtVersion.js.map