Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

reinforcements

reinforcements에는 hassanzohdy에서 수집한 skills 12개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
12
Stars
3
업데이트
2026-06-18
Forks
2
직업 범위
직업 카테고리 1개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

mongez-reinforcements-overview
소프트웨어 개발자

High-level orientation to @mongez/reinforcements — a ~130-function TypeScript utility belt covering objects, strings, numbers, async, randomness, and functional composition.

2026-06-18
mongez-reinforcements-arrays
소프트웨어 개발자

@mongez/reinforcements array helpers — chunking, ranges, unique/dedupe, pluck, groupBy, countBy, stats (sum/avg/median/min/max), even/odd parity filters, and mutating pushUnique/unshiftUnique. One function per section: description, signature, example.

2026-06-17
mongez-reinforcements-async
소프트웨어 개발자

Async/Promise utilities from @mongez/reinforcements — sleep, retry with backoff, timeout racing, pProps/pAll/pMap/pSeries/pFilter for concurrent work, defer, and debounceAsync.

2026-06-17
mongez-reinforcements-functions
소프트웨어 개발자

Function utilities from @mongez/reinforcements — debounce, throttle, memoize, once/after/before call-count gating, pipe/compose composition, curry/partial application, and FP primitives.

2026-06-17
mongez-reinforcements-numbers
소프트웨어 개발자

Number utilities from @mongez/reinforcements — rounding, clamping, range helpers, safe arithmetic (safeDivide, percentage, parseNumber), and formatting (formatBytes, formatNumber).

2026-06-17
mongez-reinforcements-objects
소프트웨어 개발자

Deep path-aware object utilities from @mongez/reinforcements — get/set/has/unset, pick/omit, compact, merge, clone, flatten, walk, diff, and more.

2026-06-17
mongez-reinforcements-lazy
소프트웨어 개발자

Memoised deferred values via lazy() from @mongez/reinforcements — the primary tool for breaking ES-module circular imports and deferring expensive computation until first use.

2026-05-29
mongez-reinforcements-mixed
소프트웨어 개발자

Cross-type utilities from @mongez/reinforcements — deep clone(), deep equality areEqual(), Fisher-Yates shuffle(), and null-safe coalesce().

2026-05-29
mongez-reinforcements-random
소프트웨어 개발자

Random value generation via the Random namespace class from @mongez/reinforcements — integers, floats, booleans, strings, UUIDs, nanoids, dates, colors, weighted picks, and seedable deterministic mode.

2026-05-29
mongez-reinforcements-recipes
소프트웨어 개발자

Cross-namespace composition recipes for @mongez/reinforcements — real-world patterns combining retry+timeout+pMap, debounce+flush, memoize, walk+diff, lazy circular-import breaking, slug+truncate pipelines, PII masking, and more.

2026-05-29
mongez-reinforcements-strings
소프트웨어 개발자

String utilities from @mongez/reinforcements — case conversion, trimming, slugify, truncate, mask, template interpolation, HTML helpers, and Arabic detection.

2026-05-29
mongez-reinforcements-types
소프트웨어 개발자

TypeScript-only utility types from @mongez/reinforcements — Path/PathValue for dot-notation typing, DeepPartial/DeepRequired/DeepReadonly/DeepMutable transforms, Prettify, UnionToIntersection, Branded nominal types, and common aliases.

2026-05-29