Entrypoint for the library
Usage:
// Import modules needed import { Arr } from "@mellow.cobra/lib" console.log(Arr.contains(1, [1, 2, 3])) // true
OR
// Import all modules into on namespace import MCLib from "@mellow.cobra/lib" console.log(MCLib.Arr.contains(1, [1, 2, 3])) // true
Made by Horyus. Documentation generated by TypeDoc.
Entrypoint for the library
Usage:
OR