]> gerrit.simantics Code Review - simantics/district.git/blob - index.js
0534ac3bc352b381dafdcff4f253d706fdfd5a24
[simantics/district.git] / index.js
1 'use strict';
2
3 module.exports = require('./is-implemented')()
4         ? RegExp.prototype.match
5         : require('./shim');