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
/
worker.d.ts
3 lines
(2 loc)
•
134 B
TypeScript
View Raw
1
2
3
export
declare
function
write
(
filepath
:
string
):
Promise
<
boolean
>;
export
declare
function
check
(
filepath
:
string
):
Promise
<
boolean
>;