@dcbartlett/seventy_maxims
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i @dcbartlett/seventy_maxims

Weekly Downloads

6

Version

1.0.4

License

MIT

Unpacked Size

22.5 kB

Total Files

12

Last publish

Collaborators

  • dcbartlett