mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-26 13:23:05 +07:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
/**
|
|
* 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')]; |