Skip to content

Type Alias: TransformerMap

ts
type TransformerMap = Record<string, (value) => any>;

Type Parameters

Released under the ISC License.