lunaisadev-website-old/node_modules/doctypes
Luna 4f63b4f9a0 first commit 2021-07-27 18:40:12 -07:00
..
.npmignore first commit 2021-07-27 18:40:12 -07:00
.travis.yml first commit 2021-07-27 18:40:12 -07:00
HISTORY.md first commit 2021-07-27 18:40:12 -07:00
LICENSE first commit 2021-07-27 18:40:12 -07:00
README.md first commit 2021-07-27 18:40:12 -07:00
index.js first commit 2021-07-27 18:40:12 -07:00
package.json first commit 2021-07-27 18:40:12 -07:00
test.js first commit 2021-07-27 18:40:12 -07:00

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