mirror of
https://github.com/obra/superpowers.git
synced 2026-05-06 18:02:42 +00:00
5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
/** @type {import('./floor')} */
|
||
|
|
module.exports = Math.floor;
|