Sha256: 4275ccc36390c50b3fc968436a22d5c0bc2cd7e77aa10850db15f3f106b56130
Contents?: true
Size: 400 Bytes
Versions: 320
Compression:
Stored size: 400 Bytes
Contents
var metadata = require('./_metadata') , anObject = require('./_an-object') , ordinaryOwnMetadataKeys = metadata.keys , toMetaKey = metadata.key; metadata.exp({getOwnMetadataKeys: function getOwnMetadataKeys(target /*, targetKey */){ return ordinaryOwnMetadataKeys(anObject(target), arguments.length < 2 ? undefined : toMetaKey(arguments[1])); }});
Version data entries
320 entries across 8 versions & 3 rubygems