site/node_modules/vfile-location/index.d.ts

3 lines
101 B
TypeScript
Raw Normal View History

2024-10-14 06:09:33 +00:00
export { location } from "./lib/index.js";
export type Location = import('./lib/index.js').Location;