Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

counter #8

Open
b-ma opened this issue Jul 14, 2024 · 0 comments
Open

counter #8

b-ma opened this issue Jul 14, 2024 · 0 comments

Comments

@b-ma
Copy link
Collaborator

b-ma commented Jul 14, 2024

generalize over idGenerator with more intuitive API

API

counter(from = 0, to = +Infinity);

Usage

const nextId = counter();
const id = nextId();
const nextStep = counter(0, 16);
const step = nextStep();
@b-ma b-ma changed the title couter counter Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant