5 lines
148 B
TypeScript
5 lines
148 B
TypeScript
import * as smartfile from '@pushrocks/smartfile';
|
|
import * as smartmustache from '@pushrocks/smartmustache';
|
|
|
|
export { smartfile, smartmustache };
|