PHP 8.2.30
Preview: index.d.ts Size: 958 B
/home/byroehnu/.trash/node_modules11/classnames/index.d.ts

// LICENSE is MIT
//
// Copyright (c) 2018
//   Dave Keen <http://www.keendevelopment.ch>
//   Adi Dahiya <https://github.com/adidahiya>
//   Jason Killian <https://github.com/JKillian>
//   Sean Kelley <https://github.com/seansfkelley>
//   Michal Adamczyk <https://github.com/mradamczyk>
//   Marvin Hagemeister <https://github.com/marvinhagemeister>

declare namespace classNames {
  type Value = string | number | boolean | undefined | null;
  type Mapping = Record<string, any>;
  interface ArgumentArray extends Array<Argument> {}
  interface ReadonlyArgumentArray extends ReadonlyArray<Argument> {}
  type Argument = Value | Mapping | ArgumentArray | ReadonlyArgumentArray;
}

interface ClassNames {
	(...args: classNames.ArgumentArray): string;

	default: ClassNames;
}

/**
 * A simple JavaScript utility for conditionally joining classNames together.
 */
declare const classNames: ClassNames;

export as namespace classNames;

export = classNames;

Directory Contents

Dirs: 0 × Files: 10

Name Size Perms Modified Actions
334 B lrw-r--r-- 2026-02-28 00:27:38
Edit Download
1.55 KB lrw-r--r-- 2026-02-28 00:26:42
Edit Download
98 B lrw-r--r-- 2026-02-28 00:27:46
Edit Download
2.78 KB lrw-r--r-- 2026-02-28 00:26:52
Edit Download
4.15 KB lrw-r--r-- 2026-02-28 00:27:24
Edit Download
958 B lrw-r--r-- 2026-02-28 00:27:54
Edit Download
1.49 KB lrw-r--r-- 2026-02-28 00:27:02
Edit Download
1.05 KB lrw-r--r-- 2026-02-28 00:26:32
Edit Download
1.80 KB lrw-r--r-- 2026-02-28 00:27:12
Edit Download
8.86 KB lrw-r--r-- 2026-02-28 00:27:32
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).