UNPKG

441 BJavaScriptView Raw
1/**
2 * The 'ExecutionContext' namespace provides classes that represent the run-time
3 * environment and the client request (collectively the "context"). These
4 * classes abstract the dynamics of each context in order to provide the
5 * endpoint a uniform interface to its environment and the information related
6 * to the request.
7 *
8 * @namespace ExecutionContext
9 */
10
11"use strict";
12
13module.exports = require( "requireindex" )( __dirname );