arrowjs/ArrowjsCore

View on GitHub
templateExtends/function/translate.js

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";

/**
 * Add logic translate to template
 * @type {{name: string, handler: *}}
 */
module.exports = {
    name : "__",
    handler : __
}