mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
9 lines
370 B
TypeScript
9 lines
370 B
TypeScript
// Type definitions for emoji-regex 8.0
|
|
// Project: https://github.com/mathiasbynens/emoji-regex, https://mths.be/emoji-regex
|
|
// Definitions by: iKBAHT <https://github.com/iKBAHT>
|
|
// Ifiok Jr. <https://github.com/ifiokjr>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function createRegExp(): RegExp;
|
|
export = createRegExp;
|