9 lines
398 B
TypeScript
9 lines
398 B
TypeScript
// note: all of the aliases are replaced by relative paths after compilation
|
|
// - using https://www.npmjs.com/package/tsc-alias plugin
|
|
export * from '@smartweave/logging'; // this needs to be the first exported element.
|
|
export * from '@smartweave/core';
|
|
export * from '@smartweave/client';
|
|
export * from '@smartweave/cache';
|
|
export * from '@smartweave/plugins';
|
|
export * from '@smartweave/legacy';
|