Skip to main content
Module

x/rambda/source/toString.spec.js

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