I hereby claim:
- I am carnageous on github.
- I am carnageous (https://keybase.io/carnageous) on keybase.
- I have a public key ASBdDcbFr-4lrQYvIdD2qtJVnsQeFP3S3Cm6R7VC82XA2Qo
To claim this, I am signing this object:
| /** | |
| * A generic constructor type, that returns an instance of type T | |
| */ | |
| type Constructor<T = {}> = abstract new (...args: any[]) => T; | |
| /** Dummy type that is passed through surimi classes to showcase keeping types. */ | |
| type SurimiRoot = Record<string, object>; | |
| /** | |
| * A mixin function type that takes a base class and returns an extended class. |
| import { Box, DOMElement, measureElement, useFocus, useInput } from 'ink'; | |
| import { useEffect, useReducer, useRef } from 'react'; | |
| interface ScrollAreaState { | |
| innerHeight: number; | |
| height: number; | |
| scrollTop: number; | |
| } | |
| type ScrollAreaAction = |
| console.log(1) |
I hereby claim:
To claim this, I am signing this object: