UNPKG

braiin

Version:

Behavioral Reasoning AI for Intelligent Navigation

8 lines (7 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.removeInfoStrings = void 0; const removeInfoStrings = (input) => { return input.replaceAll(/```[a-zA-Z0-9_-]*/g, '```\n').replaceAll('```', ''); }; exports.removeInfoStrings = removeInfoStrings;