1.0.4 • Published 3 years ago

@dcbartlett/seventy_maxims v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
3 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

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago