UNPKG

@thi.ng/dsp

Version:

Composable signal generators, oscillators, filters, FFT, spectrum, windowing & related DSP utils

4 lines 223 B
import type { NumericArray } from "@thi.ng/api"; import type { ComplexArray } from "./api.js"; export declare const isComplex: (buf: NumericArray | ComplexArray) => buf is ComplexArray; //# sourceMappingURL=complex.d.ts.map