UNPKG
@cartbc/codecs-strings
Version:
latest (0.0.1)
0.0.1
Codecs for strings of different sizes and encodings
cartallum/codecs-strings
@cartbc/codecs-strings
/
src
/
types
/
assertions.d.ts
6 lines
(5 loc)
•
217 B
TypeScript
View Raw
1
2
3
4
5
6
/** * 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