1.0.4 • Published 4 years ago

@dcbartlett/seventy_maxims v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

The Seventy Maxims of Maximally Effective Mercenaries

This module just provides the Seventy Maxims in a consumable format.

Usage

const { getMaxim } = require('@dcbartlett/seventy_maxims')
const randomMaxim = getMaxim()
console.log(randomMaxim)
const randomFullMaxim = getMaxim(true)
console.log(randomFullMaxim)
const definedMaxim = getMaxim(10)
console.log(definedMaxim)
const definedFullMaxim = getMaxim(10, true)
console.log(definedFullMaxim)
1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago