UNPKG

@selenite/commons

Version:

This typescript package provides a set of frequently used utilities, types and svelte actions for building projects with Typescript and Svelte.

15 lines (14 loc) 224 B
export {}; // & ( // | { // type: 'action'; // action: () => void; // } // | { // type: 'node'; // // addNode: () => Node; // } // ); // const t: MenuItem = { // type: "action" // }