Skip to content

createLibrary

import { createLibrary } from "@alloy-js/csharp";
function createLibrary<T extends Record<string, Descriptor>>(rootNs: string, props: T): LibraryFrom<T>;
rootNs

string

props

T

LibraryFrom<T>