UNPKG
import-sort-parser-typescript
Version:
canary (2.4.0-alpha.59e19703)
latest (6.0.0)
6.0.0
5.0.0
4.2.0
4.0.0
3.2.0
3.0.0
2.4.0-alpha.59e19703
2.4.0-alpha.33c2ea46
2.2.1
2.0.14
2.0.9
2.0.8
2.0.6
2.0.3
2.0.1
2.0.0
An import-sort parser based on the TypeScript parser.
github.com/renke/import-sort
renke/import-sort
import-sort-parser-typescript
/
lib
/
index.d.ts
4 lines
•
237 B
TypeScript
View Raw
1
2
3
4
import
{
IImport
}
from
"import-sort-parser"
;
export
declare
function
parseImports
(
code
:
string
):
IImport
[];
export
declare
function
formatImport
(
code
:
string
,
imported
:
IImport
,
eol
?:
string
):
string
;
//# sourceMappingURL=index.d.ts.map