UNPKG

bcd-idl-mapper

Version:

Retrieves browser compatibility data by IDL name, including mixins and legacy aliases.

12 lines (9 loc) 271 B
import { Identifier } from "@mdn/browser-compat-data/types"; export * from "@mdn/browser-compat-data/types"; declare module "@mdn/browser-compat-data/types" { interface StatusBlock { preferred_name?: string; } } declare var api: Identifier; export default api;