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 |
|
| props |
|
Returns
Section titled “Returns”LibraryFrom<T>