feat(xod-project): make attachment funcs available in public API

This commit is contained in:
Victor Nakoryakov
2018-04-05 18:00:59 +03:00
parent bf7ca6da06
commit e0cae45bee

View File

@@ -63,6 +63,11 @@ export {
getDeprecationReason,
isUtilityPatch,
} from './patch';
export {
getFilename as getAttachmentFilename,
getContent as getAttachmentContent,
getEncoding as getAttachmentEncoding,
} from './attachment';
export * from './node';
export * from './comment';
export {