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) [![All Contributors](https://img.shields.io/github/all-contributors/aws/jsii/main?label=%E2%9C%A8%20All%20Con

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