bundle.mjs 151 B

1234567
  1. // adding this directive to make sure the output file is using strict mode:
  2. 'use strict'
  3. import * as Uppy from './index.mjs'
  4. globalThis.Uppy = Uppy