mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
fix import in another test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as jq from 'jquery/dist/jquery.slim';
|
||||
import jq = require('jquery/dist/jquery.slim');
|
||||
|
||||
const $window = jq(window);
|
||||
// $ExpectType JQuery<HTMLElement>
|
||||
|
||||
Reference in New Issue
Block a user