Gitlab@Informatics

Skip to content
Snippets Groups Projects
Select Git revision
  • d80adbb452a25f4c091083a0f27b12eff31763ae
  • main default protected
2 results

server.js

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