Add author header

This commit is contained in:
Nathan Shively-Sanders
2018-04-26 09:18:33 -07:00
parent 492f2dc66d
commit 21d07f0fcf

View File

@@ -1,2 +1,6 @@
// Type definitions for html-tag-names 1.1.2
// Project: https://github.com/wooorm/html-tag-names
// Definitions by: Nathan Shively-Sanders <https://github.com/sandersn>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare const htmlTagNames: string[];
export = htmlTagNames;