# syncwaiter
NodeJS simple synchronous waiting method

## How it works
```
let wait = require('syncwaiter');
wait(500); // Wait for 500ms
```