# foreach-polyfill

- A polyfill for NodeList.prototype.forEach and Array.prototype.forEach
- Array.forEach 在有些浏览器的兼容问题修复

## 使用说明

```javascript

import { polyfill } 'foreach-polyfill'
polyfill()

或者

require('foreach-polyfill').polyfill()

```
