UNPKG

ai.libx.js

Version:

Unified API bridge for various AI models (LLMs, image/video generation, TTS, STT) - stateless, edge-compatible

4 lines (3 loc) 88 B
declare interface String { replaceAt(index: number, replacement: string): string; }