UNPKG

207 BTypeScriptView Raw
1declare const isPrepared: unique symbol;
2declare global {
3 interface Node {
4 [isPrepared]?: typeof isPrepared;
5 }
6}
7export declare function prepareDocument(document: Document): void;
8export {};