NodeBB/NodeBB

View on GitHub
public/src/modules/helpers.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

const factory = require('./helpers.common');

define('helpers', ['utils', 'benchpressjs'], function (utils, Benchpressjs) {
    return factory(utils, Benchpressjs, config.relative_path);
});