UNPKG

read-gedcom

Version:
6 lines (5 loc) 208 B
/** * This annotation controls the enumerability of a property. * @param value */ export declare const enumerable: (value: boolean) => (target: any, prop: string, descriptor?: PropertyDescriptor) => void;