UNPKG

403 BJavaScriptView Raw
1/**
2 * The 'Endpoint' namespace provides classes that represent the different types
3 * of API endpoints.
4 *
5 * @namespace Endpoint
6 */
7
8"use strict";
9
10/**
11 * @typedef {Object} Endpoint.ContextData
12 * @property {Event} event - ???
13 * @property {Object} context - ???
14 * @property {function} callback - ???
15 * @property {Object} package - ???
16 */
17
18module.exports = require( "requireindex" )( __dirname );