DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
import { VERSION as compilerVersion } from "svelte/compiler";
export { compilerVersion };
export declare const svelteVersion: {
gte(v: number): boolean;
};