UNPKG
import-sort-style-studytube
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Studytube's import-sort style (Angular, Typescript)
import-sort-style-studytube
/
lib
/
index.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
{
IStyleAPI
,
IStyleItem
}
from
'import-sort-style'
;
export
default
function
(
styleApi: IStyleAPI, baseFile: any
):
Array
<
IStyleItem
>;