UNPKG

zod-to-x

Version:

Multi language types generation from Zod schemas.

14 lines (13 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getLibs = getLibs; /** * Go standard library and common package import strings. */ function getLibs() { return { timePackage: `"time"`, jsonPackage: `"encoding/json"`, fmtPackage: `"fmt"`, }; }