mirror of
https://github.com/yjs/yjs.git
synced 2025-12-25 16:09:30 +01:00
5 lines
56 B
JavaScript
5 lines
56 B
JavaScript
/**
|
|
* @module math
|
|
*/
|
|
export const floor = Math.floor
|