Sha256: 5f0174412e2b0dc481f57325e967cc6cab007ab849b6852c39bb4970ed510fcc
Contents?: true
Size: 384 Bytes
Versions: 6
Compression:
Stored size: 384 Bytes
Contents
/** * These global declarations exist so puppeteer can work without the need to use `"dom"` * types. * * To get full type information for these interfaces, add `"types": "dom"`in your * `tsconfig.json` file. */ declare global { interface Document { } interface Element { } interface NodeListOf<TNode> { } } export {}; //# sourceMappingURL=global.d.ts.map
Version data entries
6 entries across 3 versions & 1 rubygems