epiphany/node_modules/doctypes
2023-12-09 22:19:03 -08:00
..
.npmignore install 11ty 2023-12-09 22:19:03 -08:00
.travis.yml install 11ty 2023-12-09 22:19:03 -08:00
HISTORY.md install 11ty 2023-12-09 22:19:03 -08:00
index.js install 11ty 2023-12-09 22:19:03 -08:00
LICENSE install 11ty 2023-12-09 22:19:03 -08:00
package.json install 11ty 2023-12-09 22:19:03 -08:00
README.md install 11ty 2023-12-09 22:19:03 -08:00
test.js install 11ty 2023-12-09 22:19:03 -08: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