index.js 199 Bytes Edit 1 2 3 4 5 6 7 8 9 10 /** * The MIT License (MIT) * Copyright (c) 2017-present Dmitry Soshnikov <dmitry.soshnikov@gmail.com> */ 'use strict'; module.exports = [ // a+ -> aa* require('./char-plus-to-star-transform')];