Skip to content

createLibrary

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

Parameters

props

CreateLibraryProps<T>

Returns

LibraryRefkeys<T> & SymbolCreator