1.0.0 • Published 8 years ago
is-azure-function v1.0.0
is-azure-function 
Detect if your code is running in an Azure Function
Install
$ npm install --save is-azure-function
Usage
const isAzureFunction = require('is-azure-function');
if (isAzureFunction) {
console.log('Running in an Azure Function');
}
Related
- is-lambda-function - Detect if your code is running in AWS Lambda
License
MIT © Sam Verschueren
1.0.0
8 years ago