UNPKG
@slippy-lint/slippy
Version:
latest (0.2.2)
next (0.0.10-rc.2)
0.2.2
0.2.1
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
0.0.12
0.0.11
0.0.10
0.0.10-rc.2
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A simple but powerful linter for Solidity
github.com/fvictorio/slippy
fvictorio/slippy
@slippy-lint/slippy
/
dist
/
helpers
/
fs.d.ts
4 lines
(3 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
export
declare
function
findUp
(
fileName
:
string
,
from
:
string
):
Promise
<
string
|
undefined
>;
export
declare
function
exists
(
absolutePath
:
string
):
Promise
<
boolean
>;
export
declare
function
isDirectory
(
absolutePath
:
string
):
Promise
<
boolean
>;