mirror of
https://github.com/yjs/yjs.git
synced 2026-05-03 03:00:41 -04:00
5 lines
56 B
JavaScript
5 lines
56 B
JavaScript
/**
|
|
* @module math
|
|
*/
|
|
export const floor = Math.floor
|