UNPKG

randimals

Version:

Generate unique animal IDs for your projects

10 lines (8 loc) 192 B
/** * Randimals <https://github.com/vinhvn/randimals> * * Copyright © 2021, Vincent Nguyen. * Released under the MIT License. */ 'use strict'; module.exports = require('./dist/index');