makearmy-app/node_modules/next/dist/shared/lib/modern-browserslist-target.d.ts

11 lines
199 B
TypeScript
Raw Normal View History

2025-09-22 10:37:53 -04:00
// Keep in sync with the `.js` file.
declare const MODERN_BROWSERSLIST_TARGET: [
'chrome 64',
'edge 79',
'firefox 67',
'opera 51',
'safari 12',
]
export default MODERN_BROWSERSLIST_TARGET