1.0.3 • Published 3 years ago

libnip-js v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

libnip-js

License

Small custom library for npm projects.

Contents

LogToFile: function (prompt, file)

Logs an input prompt (string) to path file (string)

ArrayContains: function (arr, value, row)

Checks if 2D array arr (array) contains a value value (*) in row row (int)

RelativeTimeReplySeconds: function (totalSeconds)

Returns a readable description of a selected time and date totalSeconds (long)

RelativeTimeReply: function (days, hours, minutes, seconds)

Returns a readable description of a selected time and date (days int, hours int, minutes int, seconds int)

Usage

Import into your project, put in includes, use as normal functions.

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago