UNPKG

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