UNPKG

@devaloop/devalang

Version:

Write music like code. Devalang is a domain-specific language (DSL) for sound designers and music hackers. Compose, automate, and control sound — in plain text.

8 lines (7 loc) 335 B
/** * Public TypeScript definitions for Devalang. * ———————————————————————————————————————— * Used to provide TypeScript types for the Devalang WASM package. */ export * as pkg from "./pkg/devalang_core"; export * as core from "./core/index";