UNPKG

one

Version:

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

15 lines (14 loc) 287 B
import Glob from "fast-glob"; function globDir(cwd) { return Glob.sync("**/*.@(ts|tsx|js|jsx)", { cwd, dot: !0 }).map((p) => "./" + normalizePaths(p)); } function normalizePaths(p) { return p.replace(/\\/g, "/"); } export { globDir }; //# sourceMappingURL=globDir.js.map