UNPKG

guarder

Version:

Guarder provides simple validation logic to reduce clutter with inline guard statements

8 lines 254 B
/** * Guard Not Found Error is thrown when a custom guard cannot be found in the map */ declare class GuardNotFoundError extends Error { constructor(message: string); } export { GuardNotFoundError }; //# sourceMappingURL=GuardNotFoundError.d.ts.map