Skip to main content
Module

x/rambda/source/divide.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { divide } from './divide.js'
test('happy', () => { expect(divide(71, 100)).toBe(0.71) expect(divide(71)(100)).toBe(0.71)})