method PluginRegistry.prototype.listTransformations
PluginRegistry.prototype.listTransformations(): { type: string; name: string; isCustom: boolean; }[]

Lists all available transformations (built-in + custom)

Return Type

{ type: string; name: string; isCustom: boolean; }[]

Usage

import { PluginRegistry } from ".";