File: RGI_Emoji.d.ts

package info (click to toggle)
node-string-width 4.2.3%2B~cs13.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 372 kB
  • sloc: javascript: 235; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 107 bytes parent folder | download | duplicates (12)
1
2
3
4
5
declare module 'emoji-regex/es2015/RGI_Emoji' {
  function emojiRegex(): RegExp;

  export = emojiRegex;
}