caniuse-support
Version:
Query the caniuse offline database for feature support.
18 lines (16 loc) • 508 B
JavaScript
;
/**
* @license
* Copyright (C) 2016 Chi Vinh Le and contributors.
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
Object.defineProperty(exports, "__esModule", { value: true });
/* tslint:disable: no-var-requires */
__export(require("./browser"));
__export(require("./support"));
//# sourceMappingURL=index.js.map