# emoji-search_test

> > [Tutorial](https://www.twilio.com/blog/2017/06/writing-a-node-module-in-typescript.html)

Latest version **1.0.2** (published 2018-03-16) · ISC license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install emoji-search_test
pnpm add emoji-search_test
yarn add emoji-search_test
bun add emoji-search_test
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2018-03-16 |
| First published | 2018-03-16 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 2 |
| Unpacked size | 6.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Spencer Pollock |
| Maintainers | srepollock |

## Links

- npm: https://www.npmjs.com/package/emoji-search_test
- npm.io page: https://npm.io/package/emoji-search_test

## Dependencies (2)

- [emojione](https://npm.io/package/emojione.md) ^3.1.2
- [@types/emojione](https://npm.io/package/@types/emojione.md) ^2.2.2

## Recent versions

- 1.0.2 (latest) — 2018-03-16
- 1.0.1 — 2018-03-16
- 1.0.0 — 2018-03-16

## README

# Emoji Search - Tutorial

> [Tutorial](https://www.twilio.com/blog/2017/06/writing-a-node-module-in-typescript.html)

# How To Use

Install the module:
```shell
npm install emoji-search --save
```

Use in your JavaScript project:
```js
const emojiSearch = require('demo-emoji-search');
console.log(emojiSearch.findEmojis("Hello 🐼! What's up? ✌️"));
```

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

console.log(foundEmojis);
```

---
_Source: https://npm.io/package/emoji-search_test · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
