mirror of
https://github.com/ChinaSiro/claude-code-sourcemap.git
synced 2026-06-13 20:33:37 +08:00
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
'use strict';
|
|
|
|
/** @type {import('./round')} */
|
|
module.exports = Math.round;
|