UNPKG

@bexis2/bexis2-rpm-ui

Version:

Everything you need to build a Svelte project, powered by [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).

8 lines (7 loc) 252 B
// Implementations for all the calls for the pokemon endpoints. //import Api from "./Api"; import { host } from '@bexis2/bexis2-core-ui'; // go to a internal action export const goTo = async (url) => { window.open(host + url, '_self')?.focus(); };