Skip to main content
Module

x/rambda/source/toLower.spec.js

Faster and smaller alternative to Ramda
Latest
File
import { toLower } from './toLower.js'
test('toLower', () => { expect(toLower('FOO|BAR|BAZ')).toBe('foo|bar|baz')})