createLibrary
import { createLibrary } from "@alloy-js/java";
function createLibrary<const T extends LibraryDescriptor>(props: CreateLibraryProps<T>): LibraryRefkeys<T> & SymbolCreator;Parameters
Section titled “Parameters”| props | CreateLibraryProps<T> |