Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • 3bfe0608c0e6db315b4ae6b83afb2078749fe3f7
  • main default protected
  • revert-a98119d8
3 results

abs.js

Blame
  • abs.js 73 B
    'use strict';
    
    /** @type {import('./abs')} */
    module.exports = Math.abs;