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
/
read-file.d.ts
2 lines
(1 loc)
•
81 B
TypeScript
View Raw
1
2
export
declare
function
readFile
(
filename
:
string
):
Promise
<
string
|
undefined
>;