arrowjs/ArrowjsCore

View on GitHub
helpers/baseFolder.js

Summary

Maintainability
A
0 mins
Test Coverage
"use strict";


/**
 * Translate function ;
 * @type {{__: Function}}
 */
module.exports = {
    "baseFolder" : __base
};