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