Need new lines at the end of the README examples block: ```js assert.ok(isCallable(Function('')); assert.ok(isCallable(new Function); assert.ok(isCallable(new Function('')); assert.ok(isCallable(new Function([], '')); ```
Need new lines at the end of the README examples block: