pulumi/pkg/codegen/internal/test/testdata/regress-8403/nodejs/types/index.ts

12 lines
265 B
TypeScript
Raw Normal View History

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