mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08: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