UNPKG

github-release-info-downloader

Version:

Gets latest release download URL using the GitHub Releases API. It also shows when it was released and the download count.

11 lines (9 loc) 196 B
'use strict'; /** * Test whether value is a boolean * @param {*} value * @return {boolean} isBoolean */ exports.isBoolean = function(value) { return typeof value == 'boolean'; };