@selenite/commons
Version:
This typescript package provides a set of frequently used utilities, types and svelte actions for building projects with Typescript and Svelte.
25 lines (24 loc) • 735 B
TypeScript
export * as String from './string';
export * from './string';
export * as EventModifier from './eventModifier';
export * from './eventModifier';
export * as Array from './array';
export * from './array';
export * as Math from './math';
export * from './math';
export * as HTML from './html.svelte';
export * from './html.svelte';
export * as XSD from './xsd';
export * from './xsd';
export * as XML from './xml';
export * from './xml';
export * as Storage from './storage';
export * from './storage';
export * as Promise from './promise';
export * from './promise';
export * as Layout from './layout';
export * from './layout';
export * as Ids from './ids';
export * from './ids';
export * from './filter';
export * from './iterable';