Have a file like: ``` --- foo: [a, b] --- ``` Call ```javascript await update('foo', ['a', 'c'], file); ``` You'll instead get: ``` --- foo: a,c --- ```
Have a file like:
Call
You'll instead get: