TryGhost/Ghost

View on GitHub
ghost/admin/app/helpers/noop.js

Summary

Maintainability
A
0 mins
Test Coverage
import {helper} from '@ember/component/helper';

export default helper(function noop() {
    return () => {};
});