Files
skills-here-run-place/node_modules/astro/dist/content/loaders/index.js
Alejandro Martinez f09af719cf Initial commit
2026-02-12 02:04:10 +01:00

8 lines
123 B
JavaScript

import { file } from "./file.js";
import { glob } from "./glob.js";
export * from "./types.js";
export {
file,
glob
};