js-utilities
1.0.3
dotnet add package js-utilities --version 1.0.3
NuGet\Install-Package js-utilities -Version 1.0.3
<PackageReference Include="js-utilities" Version="1.0.3" />
<PackageVersion Include="js-utilities" Version="1.0.3" />
<PackageReference Include="js-utilities" />
paket add js-utilities --version 1.0.3
#r "nuget: js-utilities, 1.0.3"
#addin nuget:?package=js-utilities&version=1.0.3
#tool nuget:?package=js-utilities&version=1.0.3
Javacript utility functions that do not exist in current ecma specification:
sliceOff(arrayOfIndicesToRemoveItemsFromInputArray, applyToObject, optionalArrayOfObjectProps)
- from inut array of objects removes those objects with ids specified in the first argument (all in one batch). You can filter input array of objects by supplying the second argument and optional third argument with specified object props and values. It is optimized for ordered list of array indices for objects to be removed;
-insert(newArray, startIndex) : inserts new array into existing array starting at given index
-reverse(): reverses input string (equivalent to TSQL REVERSE function)
- countNumberOfChars(charToBeSearched): returns the total number of charToBeSearched chars for the given string
- calculateDateDifference(startDate, endDate) - returns date difference as a literal string, e.g. 3 years 6 months
Learn more about Target Frameworks and .NET Standard.
-
- browser-utility (>= 1.0.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on js-utilities:
Package | Downloads |
---|---|
blog-utilities
Provides management of blog content editor. This library depends on js-utilities |
GitHub repositories
This package is not used by any popular GitHub repositories.
Please refer to GitHub [https://github.com/Dabrowski-Software-Development/JsUtilityFunctions]
for more information