securityos/node_modules/next/dist/shared/lib/modern-browserslist-target....

11 lines
198 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00: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