DevYK 8466310f0c update README.md 3 年之前
..
.npmignore 8466310f0c update README.md 3 年之前
.travis.yml 8466310f0c update README.md 3 年之前
HISTORY.md 8466310f0c update README.md 3 年之前
LICENSE 8466310f0c update README.md 3 年之前
README.md 8466310f0c update README.md 3 年之前
index.js 8466310f0c update README.md 3 年之前
package.json 8466310f0c update README.md 3 年之前
test.js 8466310f0c update README.md 3 年之前

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