UNPKG

node-insim

Version:

An InSim library for NodeJS with TypeScript support

9 lines (8 loc) 131 B
export declare enum Wind { /** No wind */ OFF = 0, /** Low wind */ WEAK = 1, /** High wind */ STRONG = 2 }