Skip to main content
Module

x/rambda/source/modulo.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { modulo } from './modulo.js'
test('happy', () => { expect(modulo(17, 3)).toBe(2) expect(modulo(15)(6)).toBe(3)})