UNPKG

jscrs

Version:
4 lines (3 loc) 161 B
import { IOptions } from './options.i'; import { IToken } from './token/token.i'; export declare type IMode = (token: IToken, options?: IOptions) => boolean;