index.es6.js 245 B

123456
  1. // This file is deprecated.
  2. // It's only for backwards compatibility with some old code that might've imported
  3. // the library by a full path of the old `index.es6.js` file. That file was renamed
  4. // to `index.js`.
  5. export * from './index.js'