UNPKG

@softvision/webpdf-wsclient-typescript

Version:

A simplified and optimized API client library for the webPDF server

7 lines (6 loc) 206 B
import { Document } from "./Document"; export declare abstract class AbstractDocument implements Document { private readonly _source?; constructor(source?: URL); getSource(): URL | undefined; }