/** * @file Package Entry Point * @module vfile-location */ export type * from '#interfaces/index'; export { default as Location } from '#location'; export type * from '#types/index';