interface ContentResolver {
    resolve(url): Promise<Buffer>;
}

Implemented by

Methods

Methods

Generated using TypeDoc