mirror of
https://github.com/robonen/tools.git
synced 2026-03-21 03:14:43 +00:00
refactor: change separate tools by category
This commit is contained in:
9
core/stdlib/src/math/index.ts
Normal file
9
core/stdlib/src/math/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export * from './basic/clamp';
|
||||
export * from './basic/lerp';
|
||||
export * from './basic/remap';
|
||||
|
||||
export * from './bigint/clampBigInt';
|
||||
export * from './bigint/lerpBigInt';
|
||||
export * from './bigint/maxBigInt';
|
||||
export * from './bigint/minBigInt';
|
||||
export * from './bigint/remapBigInt';
|
||||
Reference in New Issue
Block a user