# ts-structure-model

Latest version **0.0.1** (published 2018-11-22) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install ts-structure-model
pnpm add ts-structure-model
yarn add ts-structure-model
bun add ts-structure-model
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2018-11-22 |
| First published | 2018-11-22 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Maintainers | denis.denisenko |
| Keywords | typescript, model, content, parser |

## Links

- npm: https://www.npmjs.com/package/ts-structure-model
- Repository: https://github.com/KonstantinSviridov/ts-structure-model
- Issues: https://github.com/KonstantinSviridov/ts-structure-model/issues
- npm.io page: https://npm.io/package/ts-structure-model

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 0.0.1 (latest) — 2018-11-22

## README

# TypeScript Structural Model


This repository provides a model for `*.ts` files.

## Installation

```
npm install ts-structure-model --save
```

## Usage

```js
import tsstruct=require("ts-structure-model")
```

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