UNPKG

create-nx-workspace

Version:

Smart Repos · Fast Builds

7 lines (6 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.stringifyCollection = stringifyCollection; function stringifyCollection(items) { return items.map((item) => `"${item}"`).join(', '); }