fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-04 10:24:07 +00:00
parent 99b3ed67f4
commit 30136afc02

View File

@ -1,3 +1,5 @@
import * as plugins from './smartfile-interfaces.plugins';
export let standardExport = 'Hi there! :) This is an exported string';
export interface VirtualDirTransferableObject {
bufferJsonData: any;
}