UNPKG

streamdeck-typescript

Version:

This library will help you build elgato stream deck plugins in typescript

5 lines (4 loc) 112 B
export declare class IllegalArgumentError extends Error { name: string; constructor(message: string); }