UNPKG

aran

Version:
7 lines (5 loc) 177 B
import type { VariableName } from "estree-sentry"; import type { Config } from "./config.d.ts"; export type InternalConfig = Config<{ JavaScriptIdentifier: VariableName; }>;