Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 314 Bytes

Readme.md

File metadata and controls

21 lines (13 loc) · 314 Bytes

placeholder

check if the browser supports placeholder for both inputs and textarea.

Installation

$ component install component-has/placeholder

Example

var has = require('placeholder');
it('should export a boolean', function(){
  assert('boolean' == typeof has);
})

License

MIT