UNPKG

@lando/compose

Version:

A Lando plugin that provides a tight integration with Compose.

10 lines (7 loc) 180 B
'use strict'; // Modules const _ = require('lodash'); /* * Helper method to get the host part of a volume */ module.exports = mount => _.dropRight(mount.split(':')).join(':');