pulumi/pkg/codegen/testing/test/testdata/third-party-package-pp/nodejs/third-party-package.ts

6 lines
227 B
TypeScript

import * as pulumi from "@pulumi/pulumi";
import * as other from "@third-party/other";
const Other = new other.Thing("Other", {idea: "Support Third Party"});
const Question = new other.module.Object("Question", {answer: 42});