UNPKG

fusion-plugin-rpc

Version:

Fetch data on the server and client with an RPC style interface.

4 lines (3 loc) 109 B
// @flow export const formatApiPath = (apiPath: string): string => `/${apiPath}/`.replace(/\/{2,}/g, '/');