fvtt-types
Version:
TypeScript type definitions for Foundry VTT
13 lines (11 loc) • 665 B
text/typescript
// In Foundry itself this file contains re-exports of these other modules.
// Therefore it has a runtime effect and uses `.mjs` instead of `.d.mts`.
// While `.mts` could work, to avoid `import-x/no-unresolved` from erroring `.mjs` is used.
/* eslint-disable import-x/extensions */
export * as types from "./_types.mjs";
export { default as AudioBufferCache } from "./cache.mjs";
export { default as AudioHelper } from "./helper.mjs";
export { default as AudioTimeout } from "./timeout.mjs";
export { default as Sound } from "./sound.mjs";
export { default as BiquadFilterEffect } from "./biquad.mjs";
export { default as ConvolverEffect } from "./convolver.mjs";