- 👋 Hi, I’m @lukeribchester
- 👀 I’m interested in ...
- 🌱 I’m currently learning ...
- 💞️ I’m looking to collaborate on ...
- 📫 How to reach me ...
🚀
Software engineer. Creator of Kadena’s Pact smart contract language support for JetBrains IDEs. Formerly KLM, ING, Thales.
-
Kegari Labs
- Delft, Netherlands
-
04:57
(UTC +01:00) - https://luke.gr
- @lukeribchester
- in/lukeribchester
Pinned Loading
-
-
-
timed-promise.ts
timed-promise.ts 1class TimedPromise<T> extends Promise<T> {
2constructor(
3executor: (resolve: (value: T | PromiseLike<T>) => void, reject: (reason?: unknown) => void) => void,
4ms: number,
5onTimeout?: () => void
-
findAllValuesOfMatchingProperty.js
findAllValuesOfMatchingProperty.js 1function isObject(object) {
2return object != null && object.constructor.name === 'Object';
3}
45function isArray(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.