UNPKG

epubavocado

Version:

I am an EPUB object model aspiring to be standards compliant.

4 lines (3 loc) 185 B
export declare const toArray: <T>(valueOrArray: T | T[]) => T[]; export declare const splitRelAttribute: (rel: string) => string[]; export declare type Maybe<T> = null | undefined | T;