Socket
Socket
Sign inDemoInstall

emoji-type

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    emoji-type

This is literally just a package with a type for every recent emoji.


Version published
Weekly downloads
202
increased by29.49%
Maintainers
1
Install size
38.0 kB
Created
Weekly downloads
 

Readme

Source

emoji-type

This is literally just a TypeScript package with a type for every recent emoji.

Installation

NPM

$ npm install --save emoji-type

Yarn

$ yarn add emoji-type

Usage

With require

const {Emoji} = require('emoji-type');

With ES6 import

import {Emoji} from 'emoji-type';

Usage

import {Emoji} from 'emoji-type';

const icon: Emoji = "🐕";

You can find other packages which provide Emoji values and utility functions.

  • emojis-list - Complete list of standard Unicode Hex Character Code that represent emojis.
  • emojis-unicode – Complete list of standard Unicode codes that represent emojis.
  • emojis-keywords – Complete list of am emoji shortcuts.
  • is-emoji-keyword – Check if a word is a emoji shortcut.
  • is-standard-emoji – Simply way to check if a emoji is a standard emoji.
  • trim-emoji – Deletes ':' from the begin and the end of an emoji shortcut.

License

MIT © Anthony Yang

Keywords

FAQs

Last updated on 06 Jan 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc