UNPKG

mdn-browser-compat-data

Version:

Browser compatibility data provided by MDN Web Docs

10 lines (8 loc) 337 B
/* Any copyright is dedicated to the Public Domain. * http://creativecommons.org/publicdomain/zero/1.0/ */ /// <reference path="./types.d.ts"/> import { CompatData } from './types'; // This is necessary to have intellisense in projects which // import data from this package. declare const compatData: CompatData; export = compatData;