UNPKG

behaviortree

Version:

A JavaScript implementation of Behavior Trees. They are useful for implementing AIs. For Browsers and NodeJS.

3 lines 148 B
import { RunResult } from './types'; export declare function isRunning(result: RunResult | undefined): boolean; //# sourceMappingURL=helper.d.ts.map