# @types/archy

> TypeScript definitions for archy

Latest version **0.0.36** (published 2023-11-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @types/archy
pnpm add @types/archy
yarn add @types/archy
bun add @types/archy
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; no vulnerabilities; high maintenance score; popular repo; extremely popular.

Warnings: low downloads; no esm support; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.0.36 |
| Published | 2023-11-20 |
| First published | 2016-05-17 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 51430 |
| Maintainers | types |

## Links

- npm: https://www.npmjs.com/package/@types/archy
- Repository: https://github.com/DefinitelyTyped/DefinitelyTyped
- Homepage: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/archy
- npm.io page: https://npm.io/package/@types/archy

## Recent versions

- 0.0.36 (latest) — 2023-11-20
- 0.0.32 (ts4.2) — 2021-07-06
- 0.0.31 (ts3.0) — 2017-08-21
- 0.0.35 — 2023-11-06
- 0.0.34 — 2023-10-17
- 0.0.33 — 2023-09-22
- 0.0.30 — 2016-09-19
- 0.0.29 — 2016-07-14
- 0.0.28-alpha — 2016-07-08
- 0.0.27-alpha — 2016-07-03
- 0.0.26-alpha — 2016-07-02
- 0.0.25-alpha — 2016-07-01
- 0.0.24-alpha — 2016-07-01
- 0.0.23-alpha — 2016-05-25
- 0.0.22-alpha — 2016-05-20
- … 2 more at https://npm.io/package/@types/archy/versions

## README

# Installation
> `npm install --save @types/archy`

# Summary
This package contains type definitions for archy (https://github.com/substack/node-archy).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/archy.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/archy/index.d.ts)
````ts
declare function archy(obj: archy.Data, prefix?: string, opts?: archy.Options): string;
declare function archy(obj: string, prefix?: string, opts?: archy.Options): string;

declare namespace archy {
    interface Data {
        label: string;
        nodes?: Array<Data | string> | undefined;
    }
    interface Options {
        unicode?: boolean | undefined;
    }
}

export = archy;

````

### Additional Details
 * Last updated: Mon, 20 Nov 2023 23:36:23 GMT
 * Dependencies: none

# Credits
These definitions were written by [vvakame](https://github.com/vvakame).

---
_Source: https://npm.io/package/@types/archy · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
