@loopback/docs
Version:
Documentation for LoopBack 4
34 lines (21 loc) • 874 B
Markdown
lang: en
title: 'API docs: repository-json-schema.stringtypetowrapper'
keywords: LoopBack 4.0, LoopBack 4
sidebar: lb4_sidebar
permalink: /doc/en/lb4/apidocs.repository-json-schema.stringtypetowrapper.html
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/repository-json-schema](./repository-json-schema.md) > [stringTypeToWrapper](./repository-json-schema.stringtypetowrapper.md)
## stringTypeToWrapper() function
Gets the wrapper function of primitives string, number, and boolean
<b>Signature:</b>
```typescript
export declare function stringTypeToWrapper(type: string | Function): Function;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| type | <code>string | Function</code> | Name of type |
<b>Returns:</b>
`Function`