UNPKG

firewalk

Version:

A collection traversal library for Firestore

8 lines (7 loc) 286 B
/** * An error thrown when a piece of code is found to be incorrectly implemented. If the maintainers of the * library have done everything right, this error should never be encountered. */ export declare class ImplementationError extends Error { constructor(message: string); }