UNPKG

@frui.ts/helpers

Version:
4 lines (3 loc) 259 B
import type { BindingTarget } from "./types"; export declare function ensureObservableProperty<K, V>(target: Map<K, V>, property: K, value: V): void; export declare function ensureObservableProperty(target: BindingTarget, property: string, value: any): void;