Welcome to mirror list, hosted at ThFree Co, Russian Federation.

index.d.ts « emoji-regex « node_modules - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2c317cdad43dbee3d6ec57ad26bc63248614e614 (plain)
1
2
3
4
5
declare module 'emoji-regex' {
    function emojiRegex(): RegExp;

    export default emojiRegex;
}