ember-decorators / ember-decorators/argument
What happened to importing `type`?
Open
- Dominant language
- JavaScript
- Stars
- 30
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
I used to be able to import this way:
```
import {
type,
oneOf,
arrayOf,
shapeOf,
unionOf,
optional,
} from '@ember-decorators/argument/type';
```
But I get a runtime error about a `desc` being undefined.
Did something get renamed between versions?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.