{"id":13673251,"url":"https://github.com/zekth/deno_random_interval","last_synced_at":"2025-03-21T13:41:57.418Z","repository":{"id":101237372,"uuid":"185827902","full_name":"zekth/deno_random_interval","owner":"zekth","description":"Generates random interval","archived":false,"fork":false,"pushed_at":"2019-05-13T19:50:06.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-26T09:24:57.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zekth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-05-09T15:43:21.000Z","updated_at":"2019-05-14T10:20:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"f5325b0b-bbd0-4362-995c-f8f81c01c1e3","html_url":"https://github.com/zekth/deno_random_interval","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_random_interval","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_random_interval/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_random_interval/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_random_interval/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zekth","download_url":"https://codeload.github.com/zekth/deno_random_interval/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244806976,"owners_count":20513549,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-02T10:00:32.002Z","updated_at":"2025-03-21T13:41:57.369Z","avatar_url":"https://github.com/zekth.png","language":"TypeScript","readme":"# deno random interval [![Build Status](https://travis-ci.org/zekth/deno_random_interval.svg?branch=master)](https://travis-ci.org/zekth/deno_random_interval)\n\n```ts\nimport { randomInterval, ClearInterval } from \"./mod.ts\";\n\nconst i: ClearInterval = randomInterval(() =\u003e {\n  console.log(\"foo\");\n}, 50); // will prompt randomly foo in the console every 0-50ms\n\nsetTimeout(i.clear, 1000); // clear the interval after 1second\n\n```\n","funding_links":[],"categories":["Uncategorized","基础设施","Modules"],"sub_categories":["Uncategorized","Deno 源","Online Playgrounds","Utils","Assistants"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fdeno_random_interval","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzekth%2Fdeno_random_interval","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzekth%2Fdeno_random_interval/lists"}