UNPKG

u200b

Version:

Append, prepend, and insert zero-width space to string.

8 lines (4 loc) 188 B
const assert = require( "assert" ); const optall = require( "./optall.js" ); assert.deepEqual( optall( [ 1, 2, 3 ], 2, true ), [ 2 ], "should be equal to [ 2 ]" ); console.log( "ok" );