DevYK 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
..
.npmignore 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
.travis.yml 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
HISTORY.md 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
LICENSE 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
README.md 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
index.js 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
package.json 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos
test.js 8466310f0c update README.md %!s(int64=3) %!d(string=hai) anos

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