UNPKG

@pulumi/azure-native

Version:

[![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com) [![NPM version](https://badge.fury.io/js/%40pulumi%2Fazure-native.svg)](https://npmjs.com/package/@pulumi/azure-native) [![Python version](https://badge.fury.io/py/pu

7 lines (6 loc) 425 B
export { EmployeeArgs } from "./employee"; export type Employee = import("./employee").Employee; export declare const Employee: typeof import("./employee").Employee; export { GetEmployeeArgs, GetEmployeeResult, GetEmployeeOutputArgs } from "./getEmployee"; export declare const getEmployee: typeof import("./getEmployee").getEmployee; export declare const getEmployeeOutput: typeof import("./getEmployee").getEmployeeOutput;