inngest
Version:
Official SDK for Inngest.com. Inngest is the reliability layer for modern applications. Inngest combines durable execution, events, and queues into a zero-infra platform with built-in observability.
14 lines (13 loc) • 349 B
TypeScript
//#region src/helpers/strings.d.ts
/**
* Returns a slugified string used to generate consistent IDs.
*
* This can be used to generate a consistent ID for a function when migrating
* from v2 to v3 of the SDK.
*
* @public
*/
declare const slugify: (str: string) => string;
//#endregion
export { slugify };
//# sourceMappingURL=strings.d.ts.map