blowfish/node_modules/detective/test/files/chained.js

6 lines
67 B
JavaScript
Raw Permalink Normal View History

2023-01-29 22:30:24 +00:00
require('c').hello().goodbye()
require('b').hello()
require('a')