UNPKG

snow-flow

Version:

Snow-Flow v3.2.0: Complete ServiceNow Enterprise Suite with 180+ MCP Tools. ATF Testing, Knowledge Management, Service Catalog, Change Management with CAB scheduling, Virtual Agent chatbots with NLU, Performance Analytics KPIs, Flow Designer automation, A

7 lines 217 B
/** * Dynamic Version Loading * Loads version from package.json at runtime */ export declare function getDynamicVersion(): string; export declare const VERSION: string; //# sourceMappingURL=dynamic-version.d.ts.map