Skip to main content
Module

x/tachyon/deps.ts

Simple, small, and flexible task scheduler for Deno, backed by MongoDB.
Latest
import * as tachyon from "https://deno.land/x/tachyon@v0.10.0/deps.ts";

Variables

Creates a new object with the own properties of the first object merged with the own properties of the second object. If a key exists in both objects:

  • and both values are objects, the two values will be recursively merged
  • otherwise the value from the second object will be used.