UNPKG

jsii

Version:

[![Join the chat at https://cdk.Dev](https://img.shields.io/static/v1?label=Slack&message=cdk.dev&color=brightgreen&logo=slack)](https://cdk.dev) [![Build Status](https://github.com/aws/jsii-compiler/workflows/build/badge.svg)](https://github.com/aws/jsii

11 lines 431 B
import { CustomTransformers } from 'typescript'; /** * Combines a collection of `CustomTransformers` configurations into a single * one, preserving the order of arguments. * * @param transformers the list of transformers to combine. * * @returns the combined transformer. */ export declare function combinedTransformers(...transformers: readonly CustomTransformers[]): CustomTransformers; //# sourceMappingURL=utils.d.ts.map