1.1.3 • Published 2 years ago

@jungle_memory/knowledge_base v1.1.3

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

@jungle_memory/knowledge_base

npm (scoped)

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_base

Usage

const memory = require("@jungle_memory/knowledge_base");

const letters = memory.getEnglishAlphabet()
//=> ["a", "b", "c", . . .]