// Type definitions for emoji-regex 8.0 // Project: https://github.com/mathiasbynens/emoji-regex, https://mths.be/emoji-regex // Definitions by: iKBAHT // Ifiok Jr. // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare function createRegExp(): RegExp; export = createRegExp;