crate
crate copied to clipboard
Expose types at root
If someone needs the types, they would currently need to do
import { ... } from '@widgetbot/crate/dist/types/...';
Instead of
import { ... } from '@widgetbot/crate';