@sheerid/jslib-nightly
Version:
SheerID JavaScript Library
24 lines (22 loc) • 577 B
JavaScript
/**
* VERSION: 2.113.0-alpha.0
* BUILD_TIMESTAMP: 1750184680813
* BUILD_DATE: Tue Jun 17 2025 18:24:40 GMT+0000 (Coordinated Universal Time)
* BUILD_COMMIT: 896154e79f58fffa6d52f3ed37f2db760a63df88
*/
import { V as n, s as i, P as l, g as a } from "./es6-B9qAIX4x.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
};