Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@diotoborg/totam-explicabo

diotoborg2kMIT6.5.110

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![dependency status][deps-svg]][deps-url] [![dev dependency status][dev-deps-svg]][dev-deps-url] [![License][license-image]][license-url] [![Downloads][downloads-im

install, call-bind, time, efficient, args, globals, WebSocket, ES2020, source map, equal, es2017, idle, ECMAScript 2023, emr, reduce, swf, RFC-6455, performance, asserts, l10n, classnames, Array.prototype.filter, awesomesauce, loadbalancing, _.extend, collection.es6, safe, regular expression, bind, character, request, callbind, rfc4122, env, callbound, WeakMap, react-hook-form, fast-deep-copy, classes, function.length, settings, transpile, .env, moment, es2015, execute, apollo, getter, subprocess, values, js, cloudwatch, lru, babel-core, getPrototypeOf, fastclone, has, shrinkwrap, merge, curried, dependency manager, diff, japanese, dataview, flatMap, Array.prototype.flat, wget, prop, real-time, shell, tacit, globalThis, which, exec, react-testing-library, progress, ES5, banner, electron, own, typescript, touch, directory, Object.keys, Set, trimLeft, ECMAScript 2017, argv, mru, delete, ajv, ECMAScript 2016, dataView, toArray, regular expressions, proto, east-asian-width, jest, cloudsearch, gestures, execfile, package manager, @@toStringTag, libphonenumber, karma, keys, from, gdpr, framework, autoscaling, ECMAScript 2022, kinesis, typedarrays, symbol, packages, waf, deterministic, ES2017, inspect, term, class-validator, ECMAScript, react pose, symbols, positive, utils, resolve, toolkit, cli, invariant, testing, mocha, omit, compare, setter, accessibility, stringify, URLSearchParams, every, channel, rework, sqs, pnpm9, setPrototypeOf, bundling, side, remove, xml, harmony, jsx, package.json, log, emit, Underscore, StyleSheet, sorted, in, check, transform, Object.values, rm -rf, transpiler, CSS, iterator

readme

@diotoborg/totam-explicabo Version Badge

github actions coverage dependency status dev dependency status License Downloads

npm badge

ES spec-compliant shim for Date. Invoke its "shim" method to shim Date if it is unavailable or noncompliant.

This package implements the es-shim API “multi” interface. It works in an ES3-supported environment, and complies with the spec.

Most common usage:

var assert = require('assert');

var shims = require('@diotoborg/totam-explicabo');

assert.deepEqual(shims, [
    'Date',
    'Date.prototype.getFullYear',
    'Date.prototype.getMonth',
    'Date.prototype.getDate',
    'Date.prototype.getUTCDate',
    'Date.prototype.getUTCFullYear',
    'Date.prototype.getUTCMonth',
    'Date.prototype.toUTCString',
    'Date.prototype.toDateString',
    'Date.prototype.toString',
    'Date.prototype.toISOString',
    'Date.prototype.toJSON',
    'Date.now',
    'Date.parse',
]);

require('@diotoborg/totam-explicabo/auto'); // will be a no-op if not needed

assert.ok(new Date() instanceof Date);
assert.equal(typeof Date.now(), 'number');

// etc, with all the Date methods you expect

Tests

Simply clone the repo, npm install, and run npm test