
The replaces the NextJS site powering FreeSewing.dev with a Docusaurus setup. It's part of my efforts to simplify FreeSewing's setup so we can focus on our core value proposition.
15 lines
190 B
Text
15 lines
190 B
Text
---
|
|
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.
|
|
|