UNPKG

@slippy-lint/slippy

Version:

A simple but powerful linter for Solidity

5 lines (4 loc) 124 B
export declare class Logger { static log: (...args: string[]) => void; static error: (...args: string[]) => void; }