UNPKG

navy

Version:

Quick and powerful development environments using Docker and Docker Compose

10 lines (8 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.normaliseNavyName = normaliseNavyName; function normaliseNavyName(envName) { return envName.replace(/\W/g, ''); }