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