Function getAll

  • Returns a new list of all IGemoji items in this module.

    Example

    import { getAll } from "@egomobile/emoji"

    console.log("getAll", getAll())

    Returns

    The matching item or undefined if not found.

    Returns IGemoji[]

Generated using TypeDoc