devsite/node_modules/doctypes
2024-07-07 18:49:38 -07:00
..
.npmignore more 2024-07-07 18:49:38 -07:00
.travis.yml more 2024-07-07 18:49:38 -07:00
HISTORY.md more 2024-07-07 18:49:38 -07:00
index.js more 2024-07-07 18:49:38 -07:00
LICENSE more 2024-07-07 18:49:38 -07:00
package.json more 2024-07-07 18:49:38 -07:00
README.md more 2024-07-07 18:49:38 -07:00
test.js more 2024-07-07 18:49:38 -07:00

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