Total Complexity | 1 |
Complexity/F | 1 |
Lines of Code | 9 |
Function Count | 1 |
Duplicated Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 1 |
1 | 'use strict'; |
||
2 | |||
3 | var hooks = { |
||
4 | afterEditorInput: function() { |
||
5 | return 'test'; |
||
6 | } |
||
7 | }; |
||
8 | |||
9 | exports.default = hooks; |