Pinned Loading
- round-polygon
round-polygon PublicTiny, typed, dependency free tool to round corners of any 2d-polygon.
TypeScript 26
- react-cloud-letter
react-cloud-letter PublicWrap your letter in lovely cloud-like shape with React.
TypeScript 4
- Extension of a loosely typed Map<K, ...
Extension of a loosely typed Map<K, V> generic in TypeScript 1interface TypedMap<M extends Record<string | number | symbol, any>> extends Map<keyof M, any> {
2get: <K extends keyof M>(key: K) => M[K]
3set: <K extends keyof M>(key: K, value: M[K]) => this
4has: <K extends keyof M>(key: K) => boolean
5delete: <K extends keyof M>(key: K) => boolean
Something went wrong, please refresh the page to try again.
If the problem persists, check the status page or contact support.
If the problem persists, check the status page or contact support.
Uh oh!
There was an error while loading. Please reload this page.