pulumi/tests/testdata/codegen/nested-module-thirdparty/nodejs/deeply/index.ts

12 lines
264 B
TypeScript

// *** WARNING: this file was generated by test. ***
// *** Do not edit by hand unless you're certain you know what you are doing! ***
import * as utilities from "../utilities";
// Export sub-modules:
import * as nested from "./nested";
export {
nested,
};