UNPKG

164 BTypeScriptView Raw
1import * as bootstrapUtils from "./bootstrapUtils";
2import createChainedFunction from "./createChainedFunction";
3
4export { bootstrapUtils, createChainedFunction };