UNPKG

typings-core

Version:
5 lines (4 loc) 202 B
export interface ViewOptions { } export declare function viewEntry(raw: string, options: ViewOptions): Promise<{}>; export declare function viewVersions(raw: string, options: ViewOptions): Promise<{}>;