Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

extend

import { extend } from "https://raw.githubusercontent.com/nats-io/nats.deno/v1.27.0/nats-base-client/internal_mod.ts";
function extend(a: any, ...b: any[]): any;
§
extend(a: any, ...b: any[]): any
[src]

§Parameters

§
a: any
[src]
§
...b: any[] optional
[src]

§Return Type