Codibre/augmentative-iterable

View on GitHub
lib/augments-types.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';
/* eslint-disable no-magic-numbers */

module.exports = {
  YIELD: 0,
  IGNORE: 1,
  STOP: 2,
};