dts-dom icon indicating copy to clipboard operation
dts-dom copied to clipboard

A DOM library for generating TypeScript declaration (.d.ts) files

Results 22 dts-dom issues
Sort by recently updated
recently updated
newest added

Would be possible to add "Date" as a type? ```ts import * as dom from 'dts-dom'; const dateType = dom.type.Date ``` I could add this, but i'm not sure how...

[bigint](https://developer.mozilla.org/en-US/docs/Glossary/Primitive) and [symbol](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Symbol) was missing from the PrimitiveType definition.