UNPKG

radix64-encoding

Version:

Radix64 encoding, a.k.a. Base64 encoding. An extremely fast and synchronous JS implementation.

3 lines (2 loc) 64 B
declare const is: (data: string) => boolean; export default is;