1.0.1 • Published 1 year ago

emoji-search-tsqd v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

emoji-search-tsqd

How to use?

JavaScript

const emojiSearch = require('demo-emoji-search');
console.log(emojiSearch.findEmojis("Hello 🐼! What's up? ✌️"));

TypeScript

import { findEmojis } from 'demo-emoji-search';
const foundEmojis: string[] = findEmojis(`Hello 🐵! What's up? ✌️`);

console.log(foundEmojis);
1.0.1

1 year ago

1.0.0

1 year ago