This website requires JavaScript.
Explore
Help
Sign In
wynd
/
docx-rs
Watch
1
Star
0
Fork
You've already forked docx-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
1df5e25523
docx-rs
/
docx-wasm
/
js
/
delete-text.ts
8 lines
101 B
TypeScript
Raw
Blame
History
export
class
DeleteText
{
text
:
string
;
constructor
(
text
:
string
)
{
this
.
text
=
text
;
}
}
Reference in New Issue
View Git Blame
Copy Permalink