pixsy/node_modules/doctypes
synth-ruiner 495f1d958e initial 2017-12-22 17:22:08 +00:00
..
.npmignore initial 2017-12-22 17:22:08 +00:00
.travis.yml initial 2017-12-22 17:22:08 +00:00
HISTORY.md initial 2017-12-22 17:22:08 +00:00
LICENSE initial 2017-12-22 17:22:08 +00:00
README.md initial 2017-12-22 17:22:08 +00:00
index.js initial 2017-12-22 17:22:08 +00:00
package.json initial 2017-12-22 17:22:08 +00:00
test.js initial 2017-12-22 17:22:08 +00:00

README.md

doctypes

Shorthands for commonly used doctypes

Build Status NPM version

Installation

npm install doctypes

Usage

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