UNPKG

ottoman

Version:
5 lines (4 loc) 151 B
/** * Return a boolean value if an exception is DocumentNotFoundError. */ export declare const isDocumentNotFoundError: (exception: any) => boolean;