1
0
Fork 0
freesewing/markdown/dev/reference/api/defs/remove/en.md
2023-10-29 11:51:13 +01:00

15 lines
190 B
Markdown

---
title: Defs.remove()
---
Removes the defs entry stored under _name_.
## Signature
```js
Defs defs.remove(string name)
```
This object is chainable as it returns the `Defs` object.