UNPKG

chrono-forge

Version:

A comprehensive framework for building resilient Temporal workflows, advanced state management, and real-time streaming activities in TypeScript. Designed for a seamless developer experience with powerful abstractions, dynamic orchestration, and full cont

7 lines (6 loc) 213 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sanitizePropertyKey = sanitizePropertyKey; function sanitizePropertyKey(key) { return key.replace(/[^a-zA-Z0-9_]/g, '_'); }