Skip to main content

Built and signed on GitHub Actions

TypeScript tagging

This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
4 months ago (1.0.6)
function addTags
addTags(
target: TagsInterface,
source: TagsInterface,
): void

Adds tags from the source TagsInterface to the target TagsInterface.

Parameters

  • The target entity to which tags will be added.
  • The source entity from which tags will be copied.

Return Type

void

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@stsoftware/tags

Import symbol

import { addTags } from "@stsoftware/tags";

---- OR ----

Import directly with a jsr specifier

import { addTags } from "jsr:@stsoftware/tags";

Add Package

npx jsr add @stsoftware/tags

Import symbol

import { addTags } from "@stsoftware/tags";

Add Package

yarn dlx jsr add @stsoftware/tags

Import symbol

import { addTags } from "@stsoftware/tags";

Add Package

pnpm dlx jsr add @stsoftware/tags

Import symbol

import { addTags } from "@stsoftware/tags";

Add Package

bunx jsr add @stsoftware/tags

Import symbol

import { addTags } from "@stsoftware/tags";