regexper-static/src/js/parser/javascript/subexp.js

7 lines
112 B
JavaScript
Raw Normal View History

import _ from 'lodash';
import Base from './base.js';
export default _.extend({}, Base, {
type: 'subexp'
});