
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.
12 lines
137 B
Text
12 lines
137 B
Text
---
|
|
title: Defs.get()
|
|
---
|
|
|
|
Returns the value of a defs entry stored under _name_.
|
|
|
|
## Signature
|
|
|
|
```js
|
|
String defs.get(string name)
|
|
```
|
|
|