UNPKG

recoder-code

Version:

🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!

6 lines • 239 B
import { scheduled } from '../scheduled/scheduled'; import { innerFrom } from './innerFrom'; export function from(input, scheduler) { return scheduler ? scheduled(input, scheduler) : innerFrom(input); } //# sourceMappingURL=from.js.map