UNPKG
import-sort-style-module
Version:
canary (2.4.0-alpha.59e19703)
latest (6.0.0)
6.0.0
5.0.0
4.2.0
4.1.0
4.0.0
3.0.0
2.4.0
2.4.0-alpha.59e19703
2.4.0-alpha.33c2ea46
An import-sort style that groups and sorts by module
github.com/renke/import-sort
renke/import-sort
import-sort-style-module
/
lib
/
index.d.ts
3 lines
•
155 B
TypeScript
View Raw
1
2
3
import
{
IStyleAPI
,
IStyleItem
}
from
"import-sort-style"
;
export
default
function
(
styleApi: IStyleAPI
):
IStyleItem
[];
//# sourceMappingURL=index.d.ts.map