UNPKG

one

Version:

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

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