smartlog/ts/smartlog.plugins.ts

5 lines
164 B
TypeScript
Raw Normal View History

2020-06-05 09:25:28 +00:00
import * as isounique from '@pushrocks/isounique';
2019-10-22 13:04:15 +00:00
import * as smartlogInterfaces from '@pushrocks/smartlog-interfaces';
2020-06-05 09:25:28 +00:00
export { isounique, smartlogInterfaces };