UNPKG

@thi.ng/boids

Version:

n-dimensional boids simulation with modular behavior system

6 lines (5 loc) 131 B
import { isNumber } from "@thi.ng/checks/is-number"; const __ensureFn = (x) => isNumber(x) ? () => x : x; export { __ensureFn };