mirror of
https://github.com/xodio/xod.git
synced 2026-03-12 11:46:49 +01:00
feat(xod-project): make attachment funcs available in public API
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user