Skip to content

[F] getExtensions

function getExtensions(program, entity): ReadonlyMap<`x-${string}`, any>;

Get extensions set for the given type.

ParameterTypeDescription
programProgramProgram
entityTypeType

ReadonlyMap<`x-${string}`, any>