Skip to content

computeModifiersPrefix

Resolve the modifier prefix

import { computeModifiersPrefix } from "@alloy-js/csharp";
function computeModifiersPrefix(modifiers: Array<string | undefined>): string;

Parameters

modifiers

Array<string | undefined>

Returns

string