mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 02:54:43 +03:00
6 lines
110 B
TypeScript
6 lines
110 B
TypeScript
|
import * as React from "https://esm.sh/react@17.0.1"
|
||
|
|
||
|
console.log(React)
|
||
|
if (!React) {
|
||
|
throw new Error()
|
||
|
}
|