UNPKG
prettylint
Version:
latest (2.0.0)
2.0.0
1.0.0
Run Prettier as a linter
github.com/ikatyang/prettylint
ikatyang/prettylint
prettylint
/
lib
/
vendor
/
expand-patterns.d.ts
5 lines
(4 loc)
•
162 B
TypeScript
View Raw
1
2
3
4
5
import
{
Context
}
from
"./context.js"
;
export
declare
function
expandPatterns
(
context
:
Context
):
AsyncGenerator
<
string
| {
error
:
string
; },
void
,
unknown
>;