Name : nodejs-stringset
| |
Version : 0.2.1
| Vendor : Fedora Project
|
Release : 7.fc29
| Date : 2018-07-14 20:35:40
|
Group : Development/Libraries
| Source RPM : nodejs-stringset-0.2.1-7.fc29.src.rpm
|
Size : 0.01 MB
| |
Packager : Fedora Project
| |
Summary : Fast and robust stringset
|
Description :
A fast and robust stringset implementation that can hold any string items, 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 Set API as possible. Prefer ss.remove(\"key\") for deleting a key. ES6 Set uses set.delete(\"key\") instead and for that reason ss[\'delete\'](\"key\") is available as a stringset alias as well. Never do ss.delete(\"key\") unless you\'re certain to be in the land of ES5 or later.
|
RPM found in directory: /vol/rzm3/linux-fedora-buffet/alt/risc-v/repo/fedora/29/25551/riscv64/Packages/n |