8 lines
No EOL
172 B
JavaScript
8 lines
No EOL
172 B
JavaScript
/**
|
|
* The MIT License (MIT)
|
|
* Copyright (c) 2017-present Dmitry Soshnikov <dmitry.soshnikov@gmail.com>
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./dist/regexp-tree'); |