Releases: sindresorhus/p-lazy
Releases · sindresorhus/p-lazy
v3.0.0
Breaking:
- Require Node.js 8 ac0ef50
- For TypeScript users only:
- Refactor TypeScript definition to CommonJS compatible export (#3) d48c0fb
You need to change import pLazy from 'p-lazy';
to import pLazy = require('p-lazy');
v2.0.0...v3.0.0