caniuse-support
Version:
Query the caniuse offline database for feature support.
13 lines (11 loc) • 324 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.
*/
/* tslint:disable: no-var-requires */
export * from "./browser";
export * from "./support";
//# sourceMappingURL=index.js.map