Top-level Exports

Importing

ES6

import Ioc from 'b-ioc';
// or
import { use, bind, singleton, make } from 'b-ioc';

ES5

var Ioc = require('b-ioc');