UNPKG

type-dexie

Version:

class oriented schema building tool for dexie.js

5 lines (4 loc) 157 B
import { TypeDexieError } from './type-dexie.error'; export declare class NotAnEntityError extends TypeDexieError { constructor(message?: string); }