Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
kind-of
Get the native type of a value.
is-extendable
Returns true if a value is a plain object, array or function.
timestring
Parse a human readable time string into a time based value
utils-copy
Copy or deep clone a value to an arbitrary depth.
@stdlib/utils-copy
Copy or deep clone a value to an arbitrary depth.
parse-year
Parse a year into its full number value
jstimezonedetect
This script gives you the zone info key representing your device's time zone setting. The return value is an IANA zone info key (aka the Olson time zone database).
node-datetime
Extended Date object for javascript. 1. Handles offests by days and hours. 2. Built-in formatting function. 3. Time based value calculation.
same-value
Check if two values have the same value.
is-real-object
Returns `true` if a value is any type of object, but not an array. Browserify-ready.
@stdlib/assert-is-date-object
Test if a value is a Date object.
@stdlib/assert-is-leap-year
Test if a value corresponds to a leap year in the Gregorian calendar.
is-timestamp
Checks if a value is a timestamp
angular-date-value-accessor
A set of ControlValueAccessors for Angular to work with Browser's native date input elements. Now you can use <input type='date'> with template-driven and reactive forms!
angular-date-time-input
This angular directive allows users to manually enter date-time values in a variety of formats but displays the date value in the specified format.
date-arithmetic
simple date math util
@fav/type.is-valid-date
Checks whether a value is a valid date object or not.
parsehttpdate
Parses the value of the Date header in HTTP responses
@feelinglovelynow/datetime-local
First function accepts a Date object and returns a string that may be used as a value in an input that has a type of datetime-local - YYYY-MM-DDTHH:mm. Second function accepts a datetime-local input's value and returns a date time string format based on I
@stdlib/assert-is-date-object-array
Test if a value is an array-like object containing only Date objects.