light.js 91 B

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