UNPKG

@astrauka/wix-code-typescript-wrapper

Version:

Allows to write typescript developing code with Wix Local Editor. Compiles and uploads javascript to Wix.

7 lines (5 loc) 178 B
// Backend API, will be exposed as web module - backend-api.jsw import wixData from 'wix-data'; export async function getTodoItems() { return wixData.query('Todos').find(); }