UNPKG

@devaloop/prettier-plugin-devalang

Version:

Prettier plugin for Devalang formatting

11 lines (10 loc) 180 B
export type DurationValue = { type: "BeatDuration"; value: string; } | { type: "Milliseconds"; value: number; } | { type: "AutoDuration"; value: "auto"; };