goliatone / gkeypath

Simple keypath module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update wrap to ensure we have the same methods available as in the KeyPath namespace

goliatone opened this issue · comments

Ensure KeyPath.wrap provides all the methods we get in KeyPath.

That means we should include:

  • oneOf
  • assert
  • has
  • equals (once we add it, see #14)