🚀
Always decides to sleep enough, but never manages.
Software Developer - I'm interested in various fields. Mostly coding in TS, worked as an iOS developer (Swift) and nowadays doing some Rust too.
- Budapest, Hungary
-
03:05
(UTC +01:00) - @atesztoth
Pinned Loading
-
js-binary-tree
js-binary-tree PublicThis is an implementation of a binary tree in ts and js (with flow)
TypeScript 2
-
-
TS type for finding string terminate...
TS type for finding string terminated key-paths in objects 1// Note: this code was originally written for objects containing translations, that is why
2// at some places type argument names have references to language related things.
34export type ObjectKeyPaths<ObjectType extends object, Separator extends string = "."> = {
5[Key in keyof ObjectType & (string | number)]: ObjectType[Key] extends object
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.