tsUtilities

A collection of tools for use with my TypeScript projects. There might be some methods in here that you would find useful for your projects. Feel free to take what you need.

This software is a set of tools and resources I have put together in my time using Knockout, Typescript, Bootstrap, etc. This library assumes your project already has jQuery and Bootstrap installed, as well as Moment.js and Moment-Timezone.js along with the typings for all of those. If not, all of them are available via NuGet as follows:

Javascript Library Packages

Install-Package jQuery
Install-Package jQuery.UI.Combined
Install-Package bootstrap
Install-Package knockoutjs
Install-Package Moment.js
Install-Package Moment.Timezone.js

Definitely Typed Typings for Packages:

Install-Package jquery.TypeScript.DefinitelyTyped
Install-Package jqueryui.TypeScript.DefinitelyTyped
Install-Package knockout.TypeScript.DefinitelyTyped
Install-Package moment-timezone.TypeScript.DefinitelyTyped
Install-Package moment.TypeScript.DefinitelyTyped

The download package contains the following files:

License.txt
README.md
tsUtilities.css
utilDTOs.ts
utilFunctions.ts
utilModels.ts

Download

Version Released Notes
1.0.0 6/22/2023 Initial Release