gerben
/
doctype-to-string
Convert a DOM DocumentType into a string, e.g. "<!DOCTYPE html>"
Code
Issues
0
Pull Requests
0
Releases
6
Activity
Branch:
master
22
Commits
master
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
latest
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'master'
${ noResults }
Clone
Run:
$ git clone
url
HTTPS
Download
ZIP
TAR.GZ
doctype-to-string
/
src
/
index.d.ts
4 lines
105 B
Raw
Permalink
Blame
History
declare module 'doctype-to-string' {
export default function(doctype: DocumentType | null): string
}