systemjs/test/tests/string-encoding.js
2017-01-23 10:38:16 +02:00

6 lines
121 B
JavaScript

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