UNPKG

@didtools/siwx

Version:

Typescript library for Sign-In With X

4 lines (3 loc) 294 B
import { type Combinator } from 'codeco/linear'; export declare function assertParse<TValue>(actual: string, combinator: Combinator<TValue, string>, expected?: TValue | string): void; export declare function assertNotParse<TValue>(actual: string, combinator: Combinator<TValue, string>): void;