UNPKG

ecoledirecte.js

Version:

Good-looking client for EcoleDirecte's private API.

13 lines (12 loc) 294 B
export declare class ExpandedBase64 { readonly original: string; readonly html: string; readonly text: string; constructor(htmlBase64: string); toJSON(): expandedBase64Json; } export interface expandedBase64Json { original: string; html: string; text: string; }