@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
24 lines (22 loc) • 577 B
JavaScript
/**
* VERSION: 2.154.0-alpha.1
* BUILD_TIMESTAMP: 1763401626706
* BUILD_DATE: Mon Nov 17 2025 17:47:06 GMT+0000 (Coordinated Universal Time)
* BUILD_COMMIT: 73f4468155aaed0f31ab0d59dc3394018b939b6d
*/
import { V as n, s as i, P as l, g as a } from "./es6-OV3Jb0XZ.js";
async function d(r, e, t) {
if (n[e]) {
const s = i[e](t), o = await l(
a(r, e),
s
);
if (o.currentStep === "error")
throw new Error(`Failed to determine fields to collect: ${o}`);
return o;
}
throw new Error(`Unknown step ${e}`);
}
export {
d as g
};