UNPKG

@capaj/prisma-typegraphql-types-generator

Version:

Prisma generator for generating TypeGraphQL class types and enums, It works like a copilot where the generated output is very human readable and can be edited

8 lines 273 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.replaceAll = void 0; function replaceAll(str, match, replacement) { return str.split(match).join(replacement); } exports.replaceAll = replaceAll; //# sourceMappingURL=replaceAll.js.map