UNPKG

@prismadev/webmarine2d

Version:

Core utils for 2D verson of game engine Webmarine

5 lines (4 loc) 149 B
/** Error type for non existent search in array */ export declare class NotFoundError extends Error { readonly message = "Item not found"; }