* extended background definition for other content types
* make background type definition more readable
Co-Authored-By: Dan Rumney <dancrumb@gmail.com>
* [bluebird] Rename import to Bluebird for tests
* [bluebird] Restore assignability to native Promises
* [bluebird] Upgrade TypeScript Versions of all dependents
* @types/cookie - Add 'none' as a valid value for sameSite of the CookieSerializeOptions
* @types/cookie - Add documentation for 'none' SameSite option
* Added declarations for 'neffos.js'.
* add a type test
* npm run lint package-name and fix some issues
* set strictFunctionTypes to true (a note: this field is not generated automatically by the dts-gen tool)
* Add type definitions for "linkifyjs/string"
* Add type definitions for "linkifyjs/element"
* Update linkifyjs/tsconfig
* Update types/linkifyjs/tsconfig.json
Co-Authored-By: Sean Zhu <interestinglythere@gmail.com>
* Remove trailing comman
* Explicitly specify LinkifyOptions in test
* Link doc in test
* nodemailer: correct typings for DKIM class
* nodemailer: options are optional in more classes or functions
* nodemailer: correct options argument for nodemailer's streams
* Add String.includes and StringChain.includes
They work with the static version even though the types look like they
should only work with non-infinitely-typed collections.
* Fix ; lint
* fix bugs with types
* fixed type errors
* more type errors fixed
* fixed errors and added missing type definitions
* fix all typos and added all missing ones
* change inappropriate names
* Updated names to be more accurate.
* adds EnumDWT_ConvertMode to make compatible with the old enum
* update to 14.2
* add v13
* delete v13 for test not pass
* remove base64
* fixed conflict
* add back GetLicenseInfo
* change header version to 14.2
* Added definitions for new APIs as well as APIs whose definitions were missing before. Also adding APIs for addons
* remove unused file
* adding types for barcode reader and changing the copyright year
* comment change, TS to 3.2.2
* adds more definitions to dwt barcode reader
* rollback
* update
* update index.d.ts
* Update Dynamsoft.d.ts
It's ok
* Update index.d.ts
1. update 2017 -> 2019
2. update parameters
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update addon.pdf.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
rollback
* Update index.d.ts
no changes but whites
* Update index.d.ts
TypeScript Version can be 3.2
2017 => 2019
* Update index.d.ts
rollback
* update
* Update index.d.ts
start new request
* Update index.d.ts
delete this file
* Update
delete this file
* a
a
* rollback
* update
* remove package.json
* add current version to v13
* 1) update to version 14.3.1
2) change index.d.ts declare Dynamsoft
* update comments
* remove WebTWAIN.d.ts
* change v13 tsconfig.json
* change to v14.3.1
* change to v14.3.1
* change to version 14.3
* change to version 14.3
* update
* update
* Update index.d.ts
* Update index.d.ts
* Update tsconfig.json
* Update tsconfig.json
* update
* update
* aa
* a
* a
* update
* remove dwt.d.ts
* remove v12
* update1
* update
* update
* a
* a
* a
* a
* a
* a
* a
* a
* d
* a
* a
* b
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
* d
The type of the `foreground` prop is a BackgroundPropType, not a
boolean. In fact, if you pass a boolean like the previous types
suggested, you get a crash.