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