mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-29 09:55:50 +08:00
Prefer relative imports for packages that import theirselves (#20034)
This commit is contained in:
2
types/csv-parse/lib/sync.d.ts
vendored
2
types/csv-parse/lib/sync.d.ts
vendored
@@ -1,4 +1,4 @@
|
||||
import { Options } from "csv-parse";
|
||||
import { Options } from "..";
|
||||
|
||||
declare function parse(input: string, options?: Options): any;
|
||||
export = parse;
|
||||
|
||||
Reference in New Issue
Block a user