# doctypes

> Shorthands for commonly used doctypes

Latest version **1.1.0** (published 2016-08-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install doctypes
pnpm add doctypes
yarn add doctypes
bun add doctypes
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2016-08-10 |
| First published | 2015-01-22 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Author | ForbesLindesay |
| Maintainers | alubbe, bloodyowl, forbeslindesay, jbnicolai, timothygu |
| Keywords | doctype |

## Links

- npm: https://www.npmjs.com/package/doctypes
- Repository: https://github.com/pugjs/doctypes
- Homepage: https://github.com/pugjs/doctypes#readme
- Issues: https://github.com/pugjs/doctypes/issues
- npm.io page: https://npm.io/package/doctypes

## Recent versions

- 1.1.0 (latest) — 2016-08-10
- 1.0.1 — 2016-08-10
- 1.0.0 — 2015-01-22

## README

# doctypes

Shorthands for commonly used doctypes

[![Build Status](https://img.shields.io/travis/pugjs/doctypes/master.svg)](https://travis-ci.org/pugjs/doctypes)
[![NPM version](https://img.shields.io/npm/v/doctypes.svg)](https://www.npmjs.org/package/doctypes)

## Installation

    npm install doctypes

## Usage

```js
var assert = require('assert');
var doctypes = require('doctypes');

assert(doctypes['html'] === '<!DOCTYPE html>');
assert(doctypes['xml'] === '<?xml version="1.0" encoding="utf-8" ?>');
```

## License

  MIT

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