global-jquery-shim.ts 85 B

1234
  1. import $ from 'jquery';
  2. const global = window as any;
  3. global.$ = global.jQuery = $;