mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 14:59:37 +08:00
fix(dedent): use "import * as" notation
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import dedent from 'dedent';
|
||||
import * as dedent from 'dedent';
|
||||
|
||||
const lines: string = dedent`
|
||||
first
|
||||
|
||||
Reference in New Issue
Block a user