export { default as engine } from "https://cdn.jsdelivr.net/gh/ventojs/vento@2.4.0/mod.ts"; export { default as autotrim } from "https://cdn.jsdelivr.net/gh/ventojs/vento@2.4.0/plugins/auto_trim.ts"; export { SourceError, stringifyError, VentoError, } from "https://cdn.jsdelivr.net/gh/ventojs/vento@2.4.0/core/errors.ts"; export type { Environment, Loader, Plugin, } from "https://cdn.jsdelivr.net/gh/ventojs/vento@2.4.0/core/environment.ts"; export type { Token } from "https://cdn.jsdelivr.net/gh/ventojs/vento@2.4.0/core/tokenizer.ts";