UNPKG

@prismicio/client

Version:

The official JavaScript + TypeScript client library for Prismic

9 lines (8 loc) 211 B
import { findRef } from "./findRef.js"; const findRefByLabel = (refs, label) => { return findRef(refs, (ref) => ref.label === label); }; export { findRefByLabel }; //# sourceMappingURL=findRefByLabel.js.map