moved to es6 module system
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
module docx {
|
||||
export class Paragraph {
|
||||
|
||||
export class Paragraph {
|
||||
private p: Array<string>;
|
||||
|
||||
constructor() {
|
||||
this.p = ['stuff']
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user