main
Last change
on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago |
Update repo after prototype presentation
|
-
Property mode
set to
100644
|
File size:
345 bytes
|
Rev | Line | |
---|
[d565449] | 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.