UNPKG

aran

Version:
7 lines (5 loc) 109 B
import type { Hash } from "../hash.d.ts"; export type SyntaxError = { message: string; origin: Hash; };