Rudxain / eso-math.ts

(WIP) Esoteric Mathematic Library for TypeScript
3 stars 0 forks source link

Use decorators #31

Open Rudxain opened 2 years ago

Rudxain commented 2 years ago

Decorators are functions that wrap other functions, essentially acting as functions that construct other functions. These are useful to apply common/shared behavior to many fns

Rudxain commented 1 month ago

Wouldn't this mess with TS static analysis?