mirror of https://github.com/pulumi/pulumi.git
6 lines
143 B
TypeScript
6 lines
143 B
TypeScript
![]() |
// Copyright 2016-2024, Pulumi Corporation. All rights reserved.
|
||
|
|
||
|
import { Random } from "./random";
|
||
|
|
||
|
const componentA = new Random("a", 10);
|