Improve code quality and write tests
This commit is contained in:
+10
@@ -0,0 +1,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')];
|
||||
Reference in New Issue
Block a user