Gitlab@Informatics

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

abs.js

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