UNPKG

ng-jhipster

Version:

A Jhipster util library for Angular 2

6 lines (5 loc) 126 B
export declare class JhiBase64Service { private keyStr; encode(input: any): string; decode(input: any): string; }