UNPKG

@devaloop/prettier-plugin-devalang

Version:

Prettier plugin for Devalang formatting

5 lines (4 loc) 161 B
export type DurationValue = | { type: "BeatDuration"; value: string } | { type: "Milliseconds"; value: number } | { type: "AutoDuration"; value: "auto" };