UNPKG

@ioris/core

Version:

This package provides the core functionality for the [@ioris](https://www.npmjs.com/search?q=%40ioris) ecosystem for managing music lyrics with time synchronization.

6 lines (5 loc) 389 B
/** * @ioris/core schemas */ export { type Failure, failure, isFailure, isSuccess, type Success, success, type ValidationError, type ValidationResult, } from "./result"; export { parseWordTimeline, parseWordTimelines, type WordTimelineInput, type WordTimelineOutput, type WordTimelinesInput, type WordTimelinesOutput, wordTimelineSchema, wordTimelinesSchema, } from "./timeline.schema";