UNPKG

@averagehelper/corde

Version:

A simple library for Discord bot tests. (Republished fork to demonstrate a bugfix)

7 lines (6 loc) 148 B
/** * Throws when a requried property was not informed */ export declare class PropertyError extends Error { constructor(message?: string); }