Properties

canTransformEntry

Determines if we even can transform this entry

canTransformEntry?: TransformExtensionCanTransformFunction

prepareTransformEntry

Runs before the transformEntry function, useful for loading dependencies

prepareTransformEntry?: TransformExtensionPrepareFunction

transformEntry

Transforms the passed FilePond entry

transformEntry: TransformExtensionTransformFunction