You are here: Home / LBN / Up2date / Core Linux / BastionLinux 25 / nodejs-stringset-0.2.1-2.lbn25.noarch

nodejs-stringset-0.2.1-2.lbn25.noarch

Package Attributes
RPM  nodejs-stringset-0.2.1-2.lbn25.noarch.rpm Architecture  noarch Size  9452 Created  2023/06/18 04:20:12 UTC
Package Specification
Summary Fast and robust stringset
Group Development/Libraries
License MIT
Home Page https://www.npmjs.org/package/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.

Requires
rpmlib(FileDigests)  
rpmlib(PayloadIsXz)  
rpmlib(PayloadFilesHavePrefix)  
rpmlib(CompressedFileNames)  
Provides
nodejs-stringset
npm(stringset)

Document Actions