Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pugjs/doctypes

Shorthands for commonly used doctypes
https://github.com/pugjs/doctypes

Last synced: 3 days ago
JSON representation

Shorthands for commonly used doctypes

Awesome Lists containing this project

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'] === '');
assert(doctypes['xml'] === '');
```

## License

MIT