@dappworks/urpc
Advanced tools
Comparing version 0.0.42 to 0.0.43
@@ -89,2 +89,6 @@ // Generated by dts-bundle-generator v9.5.1 | ||
}; | ||
export type URPC_Class<G extends () => any = () => any> = { | ||
class: string; | ||
get: G; | ||
}; | ||
export declare class URPC<T extends URPC_Schema = any> { | ||
@@ -94,2 +98,3 @@ schemas: T; | ||
uidSchemas: URPC_Schema; | ||
static enum<G extends () => any>(args: Partial<URPC_Class<G>>): URPC_Class<G>; | ||
static Var<G extends () => any>(args: Partial<URPC_Variable<G>>): URPC_Variable<G>; | ||
@@ -96,0 +101,0 @@ static Func<T extends Object = {}, R = any, V = any>(args: Partial<URPC_Function<T, R, V>>): URPC_Function<T, R, V>; |
{ | ||
"name": "@dappworks/urpc", | ||
"version": "0.0.42", | ||
"version": "0.0.43", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125533
746