This website requires JavaScript.
Explore
Help
Sign In
smartyellow
/
docx-js
Watch
2
Star
0
Fork
0
You've already forked docx-js
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7a78dacf8c5585f93f79780d691bfd570a521500
docx-js
/
ts
/
docx
/
paragraph.ts
7 lines
114 B
TypeScript
Raw
Normal View
History
Unescape
Escape
moved to es6 module system
2016-03-28 00:53:24 +01:00
export
class
Paragraph
{
private
p
:
Array
<
string
>
;
constructor
(
)
{
this
.
p
=
[
'stuff'
]
added initial classes
2016-03-27 02:28:47 +01:00
}
}
Reference in New Issue
Copy Permalink