DefinitelyTyped/types/activex-adox/package.json
Zev Spitz a0d4396ad9 ADOX; reduce any; return type of Execute; default properties; Bookmark (#25107)
* Removal of any

* Reduce any; fix default values in JsDoc

* Note about Execute and RecordsAffected; Default property on Recordset

* Expanded tests

* Fixed linting errors

* Fix long lines

* Define return value of Execute methods

* Add Bookmark

* Initial commit for ADOX

* Clean up `any` in ADOX

* Removed duplicate types from ADOX; add jsDoc to Attribute properties

* ADOX tests

* Lint fixes

* State flag comment

* Reduce any

* Add multicolumn index finder in tests file

* Update activex-access version

* Updated activex-infopath version
2018-04-18 15:48:25 -07:00

6 lines
83 B
JSON

{
"private": true,
"dependencies": {
"activex-helpers": "*"
}
}