UNPKG

@el3um4s/svelte-get-component-info

Version:
5 lines (4 loc) 207 B
import { Content } from "./interfaces"; declare function readFileSvelte(nameFile: string): Content; declare function checkFileExist(nameFile: string): boolean; export { readFileSvelte, checkFileExist };