typings
Here are 125 public repositories matching this topic...
-
Updated
Jul 24, 2017 - TypeScript
-
Updated
Jun 11, 2020 - JavaScript
-
Updated
May 23, 2020
-
Updated
Apr 20, 2020 - TypeScript
-
Updated
Mar 31, 2020 - TypeScript
-
Updated
Apr 5, 2020 - TypeScript
-
Updated
Apr 27, 2017 - TypeScript
The first parameter for update is values: object, where anything can be passed as a parameter, as in the line:
https://github.com/types/sequelize/blob/69b371d9dc754d409191556d032dba5aa6f42c53/lib/model.d.ts#L1907
I think it should be values: Partial<M>. That way we could be confident that if we change a parameter in any model, we would see the error, since the value would only accept value
-
Updated
Oct 10, 2019 - Java
Config File Support
Would like to optionally get config from a yaml or json config file.
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Jun 2, 2020 - TypeScript
-
Updated
Jun 10, 2020 - TypeScript
-
Updated
Sep 11, 2019
-
Updated
Nov 17, 2017 - TypeScript
-
Updated
Apr 30, 2020 - TypeScript
-
Updated
Feb 9, 2020 - TypeScript
-
Updated
May 3, 2020 - TypeScript
-
Updated
Jan 15, 2020 - JavaScript
-
Updated
Jul 24, 2017 - TypeScript
-
Updated
Aug 20, 2018
-
Updated
May 21, 2017 - TypeScript
-
Updated
Nov 27, 2017 - TypeScript
-
Updated
Mar 30, 2019 - TypeScript
Contract.at actually returns a Promise so the type should be
interface Contract extends ContractNew<any[]> {
deployed(): Promise;
at(address: string): Promise;
address: string;
contractName: string;
}
+method Deployer.then() is missing (cf truffle documentation here : https://www.trufflesuite.com/docs/truffle/getting-started/running-migrations#deployer-then-fun
Improve this page
Add a description, image, and links to the typings topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the typings topic, visit your repo's landing page and select "manage topics."
When I created [my first PR][my PR], which added types for a package, one of the instructions in the pull request template (populated from [
.github/PULL_REQUEST_TEMPLATE.md][PRT]) confused me: