UNPKG

@pulumi/docker-build

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2fdocker-build.svg)](https://www.npmjs.com/package/@pulumi/docker-build) [![Python version](https://badge.fury.io/p

14 lines (13 loc) 581 B
export { ImageArgs } from "./image"; export type Image = import("./image").Image; export declare const Image: typeof import("./image").Image; export { IndexArgs } from "./index_"; export type Index = import("./index_").Index; export declare const Index: typeof import("./index_").Index; export { ProviderArgs } from "./provider"; export type Provider = import("./provider").Provider; export declare const Provider: typeof import("./provider").Provider; export * from "./types/enums"; import * as config from "./config"; import * as types from "./types"; export { config, types, };