UNPKG

@blueleader07/typeorm

Version:

Data-Mapper ORM for TypeScript, ES7, ES6, ES5. Supports MySQL, PostgreSQL, MariaDB, SQLite, MS SQL Server, Oracle, MongoDB databases.

11 lines (9 loc) 306 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.poundToUnderscore = void 0; const poundToUnderscore = (text) => { text = text || ""; return text.replace(/#/g, "_"); }; exports.poundToUnderscore = poundToUnderscore; //# sourceMappingURL=DynamoTextHelper.js.map