UNPKG

@lando/mongo

Version:

A Lando plugin that provides a tight integration with MongoDB.

6 lines (4 loc) 136 B
'use strict' const SemVer = require('../classes/semver') const patch = (a, loose) => new SemVer(a, loose).patch module.exports = patch