Better API and cleaner exports
- Include any API function individually by:
import { applyOperation } from 'fast-json-patch'- Remove deprecated
apply, in favour ofapplyPatchandapplyOperation.
import { applyOperation } from 'fast-json-patch'apply, in favour of applyPatch and applyOperation.