import { type dom } from "https://deno.land/x/evt@v2.4.18/lib/index.ts";
const { PeriodicWave } = dom;
PeriodicWave has no inputs or outputs; it is used to define custom oscillators when calling OscillatorNode.setPeriodicWave(). The PeriodicWave itself is created/returned by AudioContext.createPeriodicWave().