UNPKG

type-dexie

Version:

class oriented schema building tool for dexie.js

8 lines (7 loc) 235 B
import { Cls } from '../types'; declare class Assert { isConstructor(target: Cls | Function, message?: string): void; isEntity(target: Cls, message?: string): void; } declare const assert: Assert; export default assert;