UNPKG

wikibase-edit

Version:

Edit Wikibase from NodeJS

4 lines 306 B
import { type SearchedValue } from './is_matching_snak.js'; import type { Claim, PropertyId, SnakBase } from 'wikibase-sdk'; export declare function findSnak<T extends (Claim | SnakBase)>(property: PropertyId, propSnaks: T[], searchedValue: SearchedValue): T | void; //# sourceMappingURL=find_snak.d.ts.map