UNPKG

vite-plugin-uni-pages2dts

Version:

A Vite plugin to generate TypeScript types for UniApp pages.

11 lines (9 loc) 179 B
import fs from 'node:fs' export function readFileSync(path: string) { try { return fs.readFileSync(path, { encoding: 'utf-8' }) } catch { return '' } }