KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
doctypes
★ 10
Open GitHub ↗
Shorthands for commonly used doctypes
Download README (.md)
Explore Similar Repositories
node-arma-server
:
Wrapper for starting arma servers
rubygems-tracker
:
Track gems download statistics.
shared_slice
:
&[T] minus lifetimes
react-markdown-to-html
:
React Component that converts a Markdown file to HTML
rails_admin_aasm
:
rails admin aasm integration
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
doctypes
?
Download (.md)
# doctypes Shorthands for commonly used doctypes [](https://travis-ci.org/pugjs/doctypes) [](https://www.npmjs.org/package/doctypes) ## Installation npm install doctypes ## Usage ```js 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