-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtextwrap.js
More file actions
19 lines (19 loc) · 761 Bytes
/
textwrap.js
File metadata and controls
19 lines (19 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export const TextWrapper = function() {};
export const __all__ = function() {};
export const __builtins__ = function() {};
export const __cached__ = function() {};
export const __doc__ = function() {};
export const __file__ = function() {};
export const __loader__ = function() {};
export const __name__ = function() {};
export const __package__ = function() {};
export const __spec__ = function() {};
export const _leading_whitespace_re = function() {};
export const _whitespace = function() {};
export const _whitespace_only_re = function() {};
export const dedent = function() {};
export const fill = function() {};
export const indent = function() {};
export const re = function() {};
export const shorten = function() {};
export const wrap = function() {};