examples.md

November 18, 2025 ยท View on GitHub

I only searched for Object.keys().length, since that is the most common one.

Angular

And multiple more.

React

Node.js

Minimatch

https://github.com/isaacs/minimatch/blob/0569cd3373408f9d701d3aab187b3f43a24a0db7/src/index.ts#L158

Vue

Lodash

Lodash uses an own implementation that behaves as Object.keys()

Almost all popular JS/TS modules make use of this pattern.