edge/pkg/sdk/client/src/index.ts

3 lines
67 B
TypeScript
Raw Normal View History

2023-02-09 12:16:36 +01:00
import { Client } from './client.js';
export default new Client();