getEol.d.ts 116 Bytes
import { ParseRuntime } from "./ParseRuntime";
export default function (data: string, param: ParseRuntime): string;