mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
7 lines
118 B
JavaScript
7 lines
118 B
JavaScript
export const PROTOCOLS_SUPPORTED_AS_LINKS_IN_KEY_VALUE = [
|
|
'file:///',
|
|
'http://',
|
|
'https://',
|
|
'vscode://',
|
|
];
|