Skip to main content
Module

x/rambda/join-spec.ts

Faster and smaller alternative to Ramda
Go to Latest
File
import {join} from 'rambda'
describe('R.join', () => { it('happy', () => { const result = join('|', [1, 2, 3]) result // $ExpectType string })})