Skip to content

create

ts
function Dsp.create(): Dsp;

Creates a new Dsp instance.

Example

ts
import { Dsp } from "@monstermann/dsp";

const dsp = Dsp.create();