Skip to content

lspeasy / core/src / PositionSchema

Variable: PositionSchema

ts
const PositionSchema: ZodObject<{
  character: ZodNumber;
  line: ZodNumber;
}, $strip>;

Defined in: packages/core/src/protocol/schemas.ts:11

Position in a text document expressed as zero-based line and character offset

Released under the MIT License.