'use strict'; /* _, ,--. ,---. * /(_ ,---. `--' / .-' * | '-._ . ' . ( .-' ,--. | `-, * \ ,-.) -= * =- .-' `) | | | .-' * \((` .( '/. ' `----' `--' `--' * )\ _/ / just like magic * .-' '--. / * \, \ /| * ';,_) _)'\ \,// This program is distributed * `\ ( '._/ under the terms of the MIT license. * | . '. * | \ Please see the `LICENSE.md` file for details. * | \| | * \ | / Send your comments and suggestions to… * '.| / . */ export default { DELIMITER: '<::sif::>', TAGS_DELIMITER: '<::tags::>', TAG_DELIMITER: ',', DELIMITER_REPLACEMENT: '__sif__', ALIAS_PREFIX: '@', ALIAS_DELIMITER: '=' };