UNPKG

@bemedev/decompose

Version:
13 lines (10 loc) 328 B
'use strict'; const DELIMITER = '-{/./:}-'; const LEFT_BRACKET = '-{LEFT_BRACKET}-'; const RIGHT_BRACKET = '-{RIGHT_BRACKET}-'; const SEPARATOR = '.'; exports.DELIMITER = DELIMITER; exports.LEFT_BRACKET = LEFT_BRACKET; exports.RIGHT_BRACKET = RIGHT_BRACKET; exports.SEPARATOR = SEPARATOR; //# sourceMappingURL=strings.cjs.map