-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhtml.js
More file actions
20 lines (19 loc) · 719 Bytes
/
html.js
File metadata and controls
20 lines (19 loc) · 719 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export const __name__ = 'html';
export const __package__ = 'html ';
export const __doc__ = '\nGeneral functions for HTML manipulation.\n';
export const entities = function() {};
/*
export const __all__ = function() {};
export const __builtins__ = function() {};
export const __cached__ = function() {};
export const __file__ = function() {};
export const __loader__ = function() {};
export const __path__ = function() {};
export const __spec__ = function() {};
export const _charref = function() {};
export const _html5 = function() {};
export const _invalid_charrefs = function() {};
export const _invalid_codepoints = function() {};
export const _re = function() {};
export const _replace_charref = function() {};
*/