random-ampm

Return am or pm. Very simple.

Usage no npm install needed!

<script type="module">
  import randomAmpm from 'https://cdn.skypack.dev/random-ampm';
</script>

README

random-ampm

Return am or pm. Very simple.

MIT License

build:? coverage:?

Install

$ npm install --save random-ampm 

Usage

var randomAmPm = require('random-ampm');

// API
// - randomAmPm();

randomAmPm();
// => 'am'

Related

Contributing

Pull requests and stars are highly welcome.

For bugs and feature requests, please create an issue.