UNPKG

type-dexie

Version:

class oriented schema building tool for dexie.js

6 lines (5 loc) 185 B
import { TypeDexieError } from './type-dexie.error'; import { Cls } from '../types'; export declare class EmptyEntityError extends TypeDexieError { constructor(target: Cls); }