UNPKG

@cartbc/codecs-strings

Version:

Codecs for strings of different sizes and encodings

6 lines (5 loc) 217 B
/** * Asserts that a given string matches a given alphabet. */ export declare function assertValidBaseString(alphabet: string, testValue: string, givenValue?: string): void; //# sourceMappingURL=assertions.d.ts.map