index.js 146 B

12345678
  1. /**
  2. * Created by azu on 2014/07/02.
  3. * LICENSE : MIT
  4. */
  5. "use strict";
  6. module.exports = {
  7. transfer: require("./lib/multi-stage-sourcemap")
  8. };