@matatbread/typia
Version:
Superfast runtime validators with only one line
8 lines (5 loc) • 306 B
JavaScript
import { _randomString } from './_randomString.mjs';
const _randomFormatJsonPointer = () => `/components/schemas/${random()}`;
const random = () => _randomString({ type: "string", minLength: 10, maxLength: 10 });
export { _randomFormatJsonPointer };
//# sourceMappingURL=_randomFormatJsonPointer.mjs.map