bpms_site/.svn/pristine/d9/d93415ae12a565d4e0f1bd34108a812c1bf9361b.svn-base
2025-11-02 16:38:49 +03:30

11 lines
198 B
Plaintext

// 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