We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da55b93 commit 4330caeCopy full SHA for 4330cae
modules/translate.js
@@ -1,6 +1,6 @@
1
// stub for translate
2
exports.TutorialStats = class Translate {
3
- instance() {
+ static instance() {
4
return new Translate();
5
}
6
0 commit comments