- Preparing search index...
- The search index is not available
synx-sdk
- library(options: {
mode: "remote" | "local";
path: string;
synapsePath: string;
}): Promise<{
funcs: {
[key: string]: ((...args: any[]) => any);
};
path: string;
synapsePath: string;
}>
-
Parameters
-
options: {
mode: "remote" | "local";
path: string;
synapsePath: string;
}
-
mode: "remote" | "local"
-
path: string
-
synapsePath: string
Returns Promise<{
funcs: {
[key: string]: ((...args: any[]) => any);
};
path: string;
synapsePath: string;
}>
Loads the library and returns the proxy object.
Returns
Proxy object.