{"id":13673251,"url":"https://github.com/zekth/deno_random_interval","last_synced_at":"2026-04-18T09:39:47.501Z","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":1,"default_branch":"master","last_synced_at":"2025-03-21T13:53:03.644Z","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,"purl":"pkg:github/zekth/deno_random_interval","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","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zekth%2Fdeno_random_interval/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31964541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-04-18T09:39:42.493Z","avatar_url":"https://github.com/zekth.png","language":"TypeScript","funding_links":[],"categories":["Uncategorized","基础设施","Modules"],"sub_categories":["Uncategorized","Deno 源","Online Playgrounds","Utils","Assistants"],"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","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"}