|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
345 bytes
|
| Line | |
|---|
| 1 | /**
|
|---|
| 2 | * @author Toru Nagashima <https://github.com/mysticatea>
|
|---|
| 3 | */
|
|---|
| 4 | "use strict";
|
|---|
| 5 |
|
|---|
| 6 | module.exports = {
|
|---|
| 7 | isCombiningCharacter: require("./is-combining-character"),
|
|---|
| 8 | isEmojiModifier: require("./is-emoji-modifier"),
|
|---|
| 9 | isRegionalIndicatorSymbol: require("./is-regional-indicator-symbol"),
|
|---|
| 10 | isSurrogatePair: require("./is-surrogate-pair")
|
|---|
| 11 | };
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.