vite/playground/ssr-deps/define-properties-exports/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
132 B
JavaScript
Raw Permalink Normal View History

// prettier-ignore
Object.defineProperties ( exports , {
hello: {
value() {
return 'Hello World!'
}
}
})