UNPKG

doorman-js

Version:

A small javascript library that identifies older browsers via feature detection and (politely) turns them away.

14 lines (9 loc) 183 B
// Name: doorman.js // Description: This is the main module var doorman = (function () { var Dm = { valid: true, failedTest: '' }; return Object.create(Dm); })();