UNPKG

underscore-keypath

Version:

Adds Key-Path mechanism extensions for underscore

5 lines (4 loc) 97 B
/* this script will export _ for meteor. */ if (typeof Package !== "undefined") { _ = this._; }