UNPKG

@kobold/core

Version:

Kobold core

8 lines (6 loc) 196 B
import {Parser} from 'binary-parser' export declare type InternalKeys = '__start' | '__current' export declare type Parsed<P extends Parser<any>> = Omit< ReturnType<P['parse']>, InternalKeys >