Skip to content

Type Alias: OutExtensionFactory ​

ts
type OutExtensionFactory = (context) => OutExtensionObject | undefined

Defined in: src/features/output.ts:27

Parameters ​

context ​

OutExtensionContext

Returns ​

OutExtensionObject | undefined

Released under the MIT License.