# krchecktimer

> just check setTimeout/setInterval function supports

Latest version **2.0.4** (published 2020-12-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install krchecktimer
pnpm add krchecktimer
yarn add krchecktimer
bun add krchecktimer
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2020-12-23 |
| First published | 2019-10-01 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 4 |
| Author | ruakr |
| Maintainers | karikera |

## Links

- npm: https://www.npmjs.com/package/krchecktimer
- Repository: https://github.com/karikera/mcbe_modules
- Homepage: https://github.com/karikera/mcbe_modules#readme
- Issues: https://github.com/karikera/mcbe_modules/issues
- npm.io page: https://npm.io/package/krchecktimer

## Recent versions

- 2.0.4 (latest) — 2020-12-23
- 2.0.2 — 2020-12-23
- 2.0.1 — 2020-12-23
- 1.0.2 — 2019-10-30
- 1.0.1 — 2019-10-02
- 1.0.0 — 2019-10-01

## README

## About this
just check setTimeout/setInterval function supports

## References

```ts

/**
 * return true if timer is installed
 */
function isTimerInstalled():boolean;

/**
 * just throw Error(`${moduleName} needs timer`)
 * if timer is not installed
 */
function timerIsNeeded(moduleName:string):void;

```

---
_Source: https://npm.io/package/krchecktimer · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
