mirror of
https://github.com/unjs/unplugin.git
synced 2025-12-08 20:26:33 +00:00
4 lines
126 B
JavaScript
4 lines
126 B
JavaScript
import someString, { someOtherString } from './import'
|
|
|
|
process.stdout.write(JSON.stringify({ someString, someOtherString }))
|