0.0.5 • Published 8 years ago
is-gas v0.0.5
is-gas
Check Platform for Google Apps Script
Install
$ npm install is-gasUsage
import isGas from 'is-gas'
const is_gas = isGas()
if (is_gas) {
// case Google Apps Script
}Check Platform for Google Apps Script
$ npm install is-gasimport isGas from 'is-gas'
const is_gas = isGas()
if (is_gas) {
// case Google Apps Script
}