source: imaps-frontend/node_modules/eslint/lib/rules/utils/unicode/index.js@ d565449

main
Last change on this file since d565449 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
Line 
1/**
2 * @author Toru Nagashima <https://github.com/mysticatea>
3 */
4"use strict";
5
6module.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.