UNPKG

wikibase-edit

Version:

Edit Wikibase from NodeJS

5 lines 358 B
import { type Claim, type Snak, type SnakBase } from 'wikibase-sdk'; import type { SimplifiedEditableSnak } from '../types/edit_entity.js'; export type SearchedValue = SimplifiedEditableSnak | Snak; export declare function isMatchingSnak(_existingSnak: Claim | SnakBase, _searchedValue: SearchedValue): boolean; //# sourceMappingURL=is_matching_snak.d.ts.map