UNPKG
pretty-parallel
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Concurrent prettier runner
github.com/skrtheboss/prettier-tools
skrtheboss/prettier-tools
pretty-parallel
/
src
/
create-ignorer.d.ts
4 lines
(3 loc)
•
129 B
TypeScript
View Raw
1
2
3
4
type
Ignorer
=
(
filePath
:
string
) =>
boolean
;
export
declare
function
createIgnorer
(
prettierignore
:
string
):
Ignorer
;
export
{};