Skip to content

eiel/is-gas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
}