eiel / is-gas

Check Platform for Google Apps Script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-gas

npm version

Check Platform for Google Apps Script

Install

$ npm install is-gas

Usage

import isGas from 'is-gas'

const is_gas = isGas()

if (is_gas) {
  // case Google Apps Script
}

About

Check Platform for Google Apps Script

License:MIT License


Languages

Language:JavaScript 100.0%