UNPKG

read-gedcom

Version:
7 lines 290 B
import { SelectionAny } from './internal'; export class SelectionMetaEvent extends SelectionAny { valueAsArray() { return this.value().map(v => v !== null ? v.split(', ') : null); // Not a typo, comma is followed by a space } } //# sourceMappingURL=SelectionMetaEvent.js.map