@types/standard-error
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

Installation

npm install --save @types/standard-error

Summary

This package contains type definitions for standard-error (https://github.com/moll/js-standard-error).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/standard-error.

index.d.ts

// TypeScript Version: 2.2

export = StandardError;

declare class StandardError extends Error {
    [key: string]: any;

    constructor(message: string, props?: any);
    constructor(props: any);
}

Additional Details

  • Last updated: Tue, 07 Nov 2023 15:11:36 GMT
  • Dependencies: none

Credits

These definitions were written by Labat Robin.

/@types/standard-error/

    Package Sidebar

    Install

    npm i @types/standard-error

    Weekly Downloads

    7,142

    Version

    1.1.2

    License

    MIT

    Unpacked Size

    2.98 kB

    Total Files

    5

    Last publish

    Collaborators

    • types