Sha256: 09518581bfb79d4498ca8c4bbf01194bf4c213f17e97073d4423eb9d1e3a6942
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
/** * Get single value from key in instance map based on $selector::$key * * @access private * * @param {String} $key - breakpoint key to pass to instance method * @param {ArgList} $values - list of keys to fetch value from * * @return {*} * * @group Internal Functions */ @function flint-get-instance-value($key, $values...) { @return flint-map-fetch($flint__instances, flint-has-family-instance($key), $values...); }
Version data entries
4 entries across 4 versions & 1 rubygems