Jacob

Results 7 comments of Jacob

Use `as const` assertion: ```lang-typescript const _channels = [0, 0, 0] as const; let _new = invert.asRGB(_channels); ```

Hello, this repository is no longer actively maintained

Related: https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/1237 @mattpocock @ryoppippi

@mattpocock Sorry, didn't see that--updated the issue. I can send a PR to add this if you think it would be a good feature

> I was looking for this also, but that example implementation doesn't seem to work for all cases. Given the input type `['a' | 'b', 1]`, it gives `{a: never;...

I think linking to the video is better than linking to the text transcription because if I just opened the Bend repo to look at the readme, I don’t want...

Also I want to add that post-writer page with the verbose mode stuff to this site, shouldn't take very long though I might have to do a little refactoring