UNPKG

187 BPlain TextView Raw
1/**
2 * Start bun Bootstrap with cluster mode
3 * @since 1.0.0
4 */
5
6import Bun = require('./skin/Bun');
7import exception = require("./skin/Exception.js");
8export {
9 Bun,
10 exception
11};
\No newline at end of file