Home Reference Source

Function

Static Private Summary
private

_checkIfNativeType(value: *)

private

_checkParamClassType(parameter: *, classType: *)

private

_checkParamType(parameter: *, type: *)

private

_mandatoryParam(parameterName: *)

Static Private

private _checkIfNativeType(value: *) source

import {_checkIfNativeType} from 'react-native-jsonstore/js/Utils.js'

Params:

NameTypeAttributeDescription
value *

private _checkParamClassType(parameter: *, classType: *) source

import {_checkParamClassType} from 'react-native-jsonstore/js/Utils.js'

Params:

NameTypeAttributeDescription
parameter *
classType *

private _checkParamType(parameter: *, type: *) source

import {_checkParamType} from 'react-native-jsonstore/js/Utils.js'

Params:

NameTypeAttributeDescription
parameter *
type *

private _mandatoryParam(parameterName: *) source

import {_mandatoryParam} from 'react-native-jsonstore/js/Utils.js'

Params:

NameTypeAttributeDescription
parameterName *