Hooks
Index
Properties
Properties
optionalgetBuiltinPatch
Type declaration
Registers a builtin patch that can be referenced using the dedicated syntax:
patch:builtin<name>
. This is for instance how the TypeScript patch is automatically registered.Parameters
project: Project
name: string
Returns Promise<null | string | void>
Registers a builtin patch that can be referenced using the dedicated syntax:
patch:builtin<name>
. This is for instance how the TypeScript patch is automatically registered.