UNPKG

genauigkeit

Version:
8 lines (7 loc) 209 B
/** @type {Devices[]} */ export const DEVICES = ["mobile", "desktop"]; /** @type {Browsers[]} */ export const BROWSERS = ["chromium", "webkit", "firefox"]; export const GIT_IGNORE = `current/ diffs/ report/`;