-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It would be better to get type-safe rpc like functions for client to use.
I need to manually add type defintions currently. Is there any plan offering a better support for typescript?
declare module "https://au215ybu51.us.aircode.run/index" {
export function add(a: number, b: number): Promise<number>;
}rowthan and fewismuch
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request