systemjs/test/fixtures/browser/string-encoding.js
2018-08-20 14:47:56 +02:00

6 lines
121 B
JavaScript

System.register([], function (_export) {
_export('pi', 'π');
_export('emoji', '🐶');
return function () {};
});