minimal.js 96 B

1234
  1. // minimal library entry point.
  2. "use strict";
  3. module.exports = require("./src/index-minimal");