fix(core): update

This commit is contained in:
2023-10-23 17:22:14 +02:00
parent 385cab0b1b
commit bd4fab872f
2 changed files with 8 additions and 1 deletions

View File

@ -20,3 +20,10 @@ export const plugins = {
smarturl: allPlugins.smarturl,
typedrequest: allPlugins.typedrequest,
};
// type exports
import type { rxjs } from '@push.rocks/smartrx';
export type {
rxjs,
}