From e0cae45bee83ad36c77124e2eec60bc8cfbc552f Mon Sep 17 00:00:00 2001 From: Victor Nakoryakov Date: Thu, 5 Apr 2018 18:00:59 +0300 Subject: [PATCH] feat(xod-project): make attachment funcs available in public API --- packages/xod-project/src/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/xod-project/src/index.js b/packages/xod-project/src/index.js index c6804d88..5f466e64 100644 --- a/packages/xod-project/src/index.js +++ b/packages/xod-project/src/index.js @@ -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 {