webpack/test/configCases/async-library/0-create-library/a.js

2 lines
44 B
JavaScript

export const a = await Promise.resolve(42);