Skip to main content Link Menu Expand (external link) Document Search Copy Copied

code-frame overview

Added in v0.6.0


Table of contents


utils

run

Returns a pretty printed error message using @babel/code-frame

Signature

export declare const run: <A>(p: Parser<string, A>, source: string) => Either<string, A>

Added in v0.6.0