UNPKG

243 BJavaScriptView Raw
1/**
2 * The 'Serverless' namespace provides various classes, related to
3 * the Serverless Framework, that are used throughout the project.
4 *
5 * @namespace Serverless
6 */
7
8"use strict";
9
10module.exports = require( "requireindex" )( __dirname );