0.1.7 • Published 6 years ago

hexlet-co v0.1.7

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

js-co

github action status

Install

npm install @hexlet/co

Usage example

import co from '@hexlet/co';

co(function* () {
  const result = yield Promise.resolve(true);
  return result;
}).then(value => {
  console.log(value);
}, err => {
  console.error(err.stack);
});

// => true

For more information, see the Full Documentation

Hexlet Ltd. logo

This repository is created and maintained by the team and the community of Hexlet, an educational project. Read more about Hexlet (in Russian).

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago