UNPKG

sif

Version:

Sifts important data so fast that it's "t" drops off.

33 lines (30 loc) 996 B
'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… * '.| / <https://github.com/v0lkan/sif/issues>. */ Object.defineProperty(exports, '__esModule', { value: true }); exports['default'] = { DELIMITER: '<::sif::>', TAGS_DELIMITER: '<::tags::>', TAG_DELIMITER: ',', DELIMITER_REPLACEMENT: '__sif__', ALIAS_PREFIX: '@', ALIAS_DELIMITER: '=' }; module.exports = exports['default']; //# sourceMappingURL=constants.js.map