Checks for a valid base64 string.
https://bit.dev/chriso/validator-js/is-base64/
isBase64String('ZmktaXM='); // true isBase64String('1'); // false isBase64String(true); // false
The value to check.
Whether the value is a base64 string.
Generated using TypeDoc
Checks for a valid base64 string.
https://bit.dev/chriso/validator-js/is-base64/
isBase64String('ZmktaXM='); // true isBase64String('1'); // false isBase64String(true); // false