qwqdanchun.github.io/node_modules/doctypes
qwqdanchun 1b6a0fbb18 test 2022-11-11 19:16:46 +08:00
..
.npmignore test 2022-11-11 19:16:46 +08:00
.travis.yml test 2022-11-11 19:16:46 +08:00
HISTORY.md test 2022-11-11 19:16:46 +08:00
LICENSE test 2022-11-11 19:16:46 +08:00
README.md test 2022-11-11 19:16:46 +08:00
index.js test 2022-11-11 19:16:46 +08:00
package.json test 2022-11-11 19:16:46 +08:00
test.js test 2022-11-11 19:16:46 +08: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