@types/emoji-strip
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Installation

npm install --save @types/emoji-strip

Summary

This package contains type definitions for emoji-strip (https://github.com/nizaroni/emoji-strip).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/emoji-strip.

index.d.ts

/**
 * Strip emojis from text.
 *
 * @param text The text from which to strip the emojis.
 * @returns The text, with emojis removed.
 */
declare function emojiStrip(text: string): string;

export = emojiStrip;

Additional Details

  • Last updated: Mon, 06 Nov 2023 22:41:05 GMT
  • Dependencies: none

Credits

These definitions were written by Gary King.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/emoji-strip

Weekly Downloads

10,048

Version

1.0.2

License

MIT

Unpacked Size

2.96 kB

Total Files

5

Last publish

Collaborators

  • types