UNPKG

modernizr

Version:

Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser.

5 lines (4 loc) 163 B
define(function() { var inputtypes = 'search tel url email datetime date month week time datetime-local number range color'.split(' '); return inputtypes; });