UNPKG

@shumai/shumai

Version:

A fast, network-connected, differentiable tensor library for TypeScript (and JavaScript). Built with bun + flashlight for software engineers and researchers alike.

3 lines (2 loc) 115 B
/** Runs all arguments as commands in parallel. */ export declare function run(...args: any[]): Promise<string[]>;