UNPKG

385 BJavaScriptView Raw
1/**
2 * apeman common module for invocating.
3 * @module apeman-commons-invocating
4 * @version 1.2.0
5 * @license MIT
6 * @author Taka Okunishi
7 */
8
9"use strict";
10
11exports.InvocationContext = require('./invocation_context');
12exports.InvocationLoader = require('./invocation_loader');
13exports.InvocationPerformer = require('./invocation_performer');
14exports.perform = require('./perform');