UNPKG

npm-git-library-version

Version:

Script for validating, versioning and tagging an npm release

12 lines (9 loc) 199 B
var process; process = require('process'); module.exports = function(arg) { process.stdin.destroy(); if ((arg != null) && arg instanceof Error) { throw arg; } return arg; };