Y
Hacker News
new
|
ask
|
show
|
jobs
by
kevindamm
718 days ago
`import { chromeai } from ...` is doing destructuring of the exported symbols of the module being imported. So, here it only imports the variable or type or function named chromeai.