UNPKG

@terminus/ngx-tools

Version:

[![CircleCI][circle-badge]][circle-link] [![codecov][codecov-badge]][codecov-project] [![semantic-release][semantic-release-badge]][semantic-release] [![MIT License][license-image]][license-url] <br> [![NPM version][npm-version-image]][npm-url] [![Github

12 lines (11 loc) 250 B
export declare class InvalidCharacterError extends Error { message: string; constructor(message: string); } /** * Encode value * * @param input * @returns The encoded value */ export declare function atobPolyfill(input: string): string;