@canguro/horse
Version:
Deliver your data to wherever you wish, when you wish and how you wish.
12 lines (8 loc) • 349 B
text/typescript
import { deliver } from './src/deliver';
import { init } from './src/init';
export { deliver } from './src/deliver';
export { init } from './src/init';
export { originDestinationFunction } from './src/getOriginDestinationFunction';
export { enable, disable } from './src/toggle';
const Horse = { init, deliver };
export default Horse;