UNPKG

type-dexie

Version:

class oriented schema building tool for dexie.js

3 lines (2 loc) 179 B
import { Cls, Key } from '../types'; export declare const wrapMetadata: <T>(metadataKey: unknown, metadataValue: T | (() => T), target: Cls | Function, propertyKey?: Key) => T;