UNPKG

@slippy-lint/slippy

Version:

A simple but powerful linter for Solidity

4 lines (3 loc) 242 B
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>;