doctypes

1.1.0 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1,352,064
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1,352,064
  • 1.0.1
    73
  • 1.0.0
    25

Package Sidebar

Install

npm i doctypes

Weekly Downloads

1,086,309

Version

1.1.0

License

MIT

Last publish

Collaborators

  • forbeslindesay
  • timothygu