@prismicio/client
Version:
The official JavaScript + TypeScript client library for Prismic
9 lines (8 loc) • 321 B
JavaScript
;
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const findRef = require("./findRef.cjs");
const findRefByLabel = (refs, label) => {
return findRef.findRef(refs, (ref) => ref.label === label);
};
exports.findRefByLabel = findRefByLabel;
//# sourceMappingURL=findRefByLabel.cjs.map