js-utilities 1.0.3

dotnet add package js-utilities --version 1.0.3
NuGet\Install-Package js-utilities -Version 1.0.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="js-utilities" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add js-utilities --version 1.0.3
#r "nuget: js-utilities, 1.0.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install js-utilities as a Cake Addin
#addin nuget:?package=js-utilities&version=1.0.3

// Install js-utilities as a Cake Tool
#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

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
1.0.3 1,221 11/15/2017
1.0.2 1,051 8/26/2017

Please refer to GitHub [https://github.com/Dabrowski-Software-Development/JsUtilityFunctions]
for more information