generatortag.js 88 B

12345678
  1. 'use strict';
  2. /**
  3. * Sample generator function.
  4. * @function idMaker
  5. * @generator
  6. */