@jungle_memory/knowledge_base
v1.1.3
Published
Functions that return basic information. Simple and common to obscure and complicatied, the library contains information like the alphabet, numbers and months in addition to names of neurotransmitters, dinosaurs, and more.
Maintainers
Readme
@jungle_memory/knowledge_base
From simple and common to obscure and complicatied, the library contains information like the alphabet, numbers and months in addition to names of neurotransmitters, dinosaurs, and more.
Install
$ npm install @jungle_memory/knowledge_baseUsage
const memory = require("@jungle_memory/knowledge_base");
const letters = memory.getEnglishAlphabet()
//=> ["a", "b", "c", . . .]
