UNPKG

@hotmeshio/hotmesh

Version:

Permanent-Memory Workflows & AI Agents

8 lines (7 loc) 204 B
declare class UnaryHandler { not(value: boolean): boolean; positive(value: number): number; negative(value: number): number; bitwise_not(value: number): number; } export { UnaryHandler };