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