UNPKG

shellcheck

Version:

Wrapper to download shellcheck

13 lines (12 loc) 244 B
/// <reference types="node" /> /** * Platform error. */ export declare class PlatformError extends Error { /** * Construct a new Error. * * @param platform - Platform. */ constructor(platform?: NodeJS.Platform); }