Source code

Revision control

Copy as Markdown

Other Tools

/* Any copyright is dedicated to the Public Domain.
"use strict";
const Utils = {
L10n,
supportsString(s) {
return s;
},
};
module.exports = {
Utils,
};