Add some comments

This commit is contained in:
Adolfo Ochagavía 2018-10-08 20:55:22 +02:00
parent 62b1b05a0d
commit bbf38b9e72
4 changed files with 44 additions and 25 deletions

View file

@ -0,0 +1,5 @@
import * as publishDecorations from './publish_decorations';
export {
publishDecorations,
};