UNPKG

type-dexie

Version:

class oriented schema building tool for dexie.js

5 lines (4 loc) 144 B
import { TypeDexieError } from './type-dexie.error'; export declare class MissingKeyPathError extends TypeDexieError { constructor(); }