smartlog/ts/smartlog.plugins.ts

5 lines
165 B
TypeScript
Raw Normal View History

2023-07-12 19:21:36 +02:00
import * as isounique from '@push.rocks/isounique';
import * as smartlogInterfaces from '../dist_ts_interfaces/index.js';
2019-10-22 15:04:15 +02:00
2020-06-05 09:25:28 +00:00
export { isounique, smartlogInterfaces };