- Amsterdam, Netherlands
Pinned Loading
-
mediamonks/seng-event
mediamonks/seng-event PublicProvides Classes and utilities for dispatching and listening to events.
TypeScript 6
-
mediamonks/react-redux-component-init
mediamonks/react-redux-component-init PublicA library to manage react component initialization in isomorphic applications using Redux.js
-
hot-callback-loader
hot-callback-loader PublicWebpack loader that wraps a module in a callback that executes whenever the module hot updates
JavaScript 1
-
discogs-data-tools
discogs-data-tools PublicA collection of utils to manage Discogs monthly data dumps
-
mediamonks/git-housekeeper
mediamonks/git-housekeeper PublicA housekeeping utility to clean up your git repository
-
Common TypeScript utility types
Common TypeScript utility types 1/**
2* Extracts all keys of object T that have a value assignable to V
3*/
4type KeysOfType<T, V> = {
5[K in keyof T]: T[K] extends V ? K : never
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.