TransformationHookManager.prototype.onBeforeTransform(hook: BeforeTransformHook): this
Register a hook to run before each transformation.
Multiple hooks can be registered; they fire in registration order.
hook: BeforeTransformHook
TransformationHookManager.prototype.onBeforeTransform(hook: BeforeTransformHook): this
Register a hook to run before each transformation.
Multiple hooks can be registered; they fire in registration order.
hook: BeforeTransformHook
import { TransformationHookManager } from ".";