DefinitelyTyped/types/emoji-regex/index.d.ts
2019-05-06 15:57:47 -07:00

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;