/* exported getUsefulContents */ function getUsefulContents(callback) { callback('Hello World'); }