Name : nodejs-stringmap
| |
Version : 0.2.2
| Vendor : Fedora Project
|
Release : 4.fc26
| Date : 2017-02-11 10:18:16
|
Group : Development/Libraries
| Source RPM : nodejs-stringmap-0.2.2-4.fc26.src.rpm
|
Size : 0.01 MB
| |
Packager : Fedora Project
| |
Summary : Fast and robust stringmap
|
Description :
A fast and robust stringmap implementation that can hold any string keys, including __proto__, with minimal overhead compared to a plain object. Works in node and browsers.
The API is created to be as close to the ES6 Map API as possible. Prefer sm.remove(\"key\") for deleting a key. ES6 Map uses map.delete(\"key\") instead and for that reason sm[\'delete\'](\"key\") is available as a stringmap alias as well. Never do sm.delete(\"key\") unless you\'re certain to be in the land of ES5 or later.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora-secondary/releases/26/Everything/s390x/os/Packages/n |