pulumi/tests/integration/nodejs/esm-ts-default-export/index.ts

4 lines
128 B
TypeScript

// Copyright 2016-2022, Pulumi Corporation. All rights reserved.
export default async function() { return {helloWorld: 123} }