mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-13 04:00:33 +08:00
Fixed import in test
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as importedLoadJs from 'loadjs';
|
||||
import importedLoadJs = require('loadjs');
|
||||
|
||||
const loadOptions: importedLoadJs.LoadOptions = {
|
||||
before: (path, scriptEl) => {},
|
||||
|
||||
Reference in New Issue
Block a user