/** * @file Entry Point - Type Aliases * @module vfile-location/types */ export type { default as Indices } from '#types/indices'; export type { default as SerializedPoint } from '#types/serialized-point'; export type { Column, Line, Offset } from '@flex-development/unist-util-types';