UNPKG

safelinkify

Version:

NodeJS anonymizer external links into outbound page. Anonymize external links to outbound page redirector for SEO.

7 lines (6 loc) 180 B
import { Nullable } from './'; export declare const b64: { encode: (str: string) => Nullable<string>; decode: (encoded: string) => Nullable<string>; }; export default b64;