DevYK 8466310f0c update README.md hace 3 años
..
.npmignore 8466310f0c update README.md hace 3 años
.travis.yml 8466310f0c update README.md hace 3 años
HISTORY.md 8466310f0c update README.md hace 3 años
LICENSE 8466310f0c update README.md hace 3 años
README.md 8466310f0c update README.md hace 3 años
index.js 8466310f0c update README.md hace 3 años
package.json 8466310f0c update README.md hace 3 años
test.js 8466310f0c update README.md hace 3 años

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