Files
knaeckeboot-eu/themes/bluewater/node_modules/detective/test/files/chained.js
T
Konstantin Kollar 8529ee86e4 Initial commit
2022-10-03 21:13:35 +02:00

6 lines
67 B
JavaScript

require('c').hello().goodbye()
require('b').hello()
require('a')