Tag typescript
Post details
#TIL about "are the types wrong?" which is a nice little web interface to tell you if you messed up exporting your typescript types. https://arethetypeswrong.github.io/?p=streaming-iterables%408.0.0
Dynamically retrieving the version of a Node.JS/Typescript dependency, at runtime (1 mins read).
How to retrieve metadata about packages that are depended on at runtime.
Getting a GitHub App installation token on the command-line (2 mins read).
How to get a GitHub App installation token (using Typescript) for a given installation.
Performing arbitrary executions with Renovate (2 mins read).
How to run Renovate for one-off package upgrades, rather than using it for longer term maintenance.
Extracting the dependency tree from Renovate for given repositories (4 mins read).
Creating a (hacky) solution to retrieve the dependency graph from Renovate for a set of repositories.
Post details
π₯ TypeScript's `never` is great for making sure you hit every scenario when coding an if/else or switch statement
Wes Bos (@wesbos)Thu, 27 Oct 2022 14:35 +0000
Post details
A course to take your TypeScript skills to the next level!
Post details
Strongly typing environment variables in runtime and TypeScript using Zod! πMohsen Azimi (@mohsen____)Mon, 05 Sep 2022 17:13 +0000
Post details
Build, Validate, Route, Authenticate and Mock using OpenAPI - GitHub - anttiviljami/openapi-backend: Build, Validate, Route, Authenticate and Mock using OpenAPI
Post details
Generate TypeScript types from Swagger OpenAPI specs - GitHub - drwpow/openapi-typescript: Generate TypeScript types from Swagger OpenAPI specs
Post details
Developer: I don't need type checking. Also developer: it('should throw an error when passed a string', () => {Mark Dalgleish (@markdalgleish)Wed, 16 Dec 2020 22:42 GMT
You're currently viewing page 1 of 1, of 13 posts.