UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

8 lines (7 loc) 211 B
import { version } from "vite"; var majorVersion = parseInt(version.split(".")[0], 10); function isRolldown() { return majorVersion >= 8; } export { isRolldown }; //# sourceMappingURL=isRolldown.native.js.map