Skip to main content
Module

x/rambda/source/dec.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { dec } from './dec.js'
test('happy', () => { expect(dec(2)).toBe(1)})