UNPKG

crx-bump

Version:

Automatically (or with prompts) bump your version number(for Chrome Extension), commit changes, tag, and push to Git

5 lines (4 loc) 86 B
// @ts-check module.exports = function isNotUndefined(v) { return v !== undefined }