- š Hi, Iām Inalegwu
- š” Mobile Developer Working with React Native
- šļø Iām looking to collaborate on React Native Based Projects
- š« How to reach me email :ikwueinalegwu@gmail.com
Inalegwu - Overview
Pinned Loading
-
Sleek and Modern Comic Book Reader, for the Digital Comic Enthusiast
TypeScript 5
-
Ediga-Oya Rays Of Hope Marketing Website/Landing Page
TypeScript
-
Cross Platform File Sharing Solution
TypeScript
-
Wrapper function for neverthrow to turn unsafe functions into result types
TypeScript 1
-
1
import EventEmitter from "node:events";
3
export class TypedEventEmitter<TEvents extends Record<string, unknown>> {
4
private emitter = new EventEmitter().setMaxListeners(15);