guards
Variables
| Variable | Description |
|---|---|
| isArray | Type guard to check if a value is an array |
| isBigInt | - |
| isBigIntTypedArray | - |
| isError | - |
| isInstanceOf | Checks if a value is an instance of a specific class. |
| isLucidBinaryValue | Type guard to check if a value is a valid Lucid binary value (Uint8Array or Buffer) |
| isLuxonDateTime | Type guard to check if a value is a Luxon DateTime instance |
| isLuxonDuration | Type guard to check if a value is a Luxon Duration instance |
| isLuxonInterval | Type guard to check if a value is a Luxon Interval instance |
| isLuxonSystemZone | - |
| isMap | - |
| isNegativeZero | - |
| isNumber | - |
| isObject | Type guard to check if a value is a plain object (not null, not array) |
| isPhoneObject | - |
| isPrimitive | - |
| isSet | - |
| isTypedArray | - |
| isUniterableObject | - |
Functions
| Function | Description |
|---|---|
| isArrayBuffer | - |
| isBigint | - |
| isBigInt64Array | - |
| isBigUint64Array | - |
| isBoolean | - |
| isDataView | - |
| isDate | - |
| isFloat32Array | - |
| isFloat64Array | - |
| isInt16Array | - |
| isInt32Array | - |
| isInt8Array | - |
| isNonArraySchemaObject | - |
| isNull | - |
| isRegExp | - |
| isResourcefulArrayType | Type guard to check if a value is a ResourcefulArrayType |
| isResourcefulBigintType | Type guard to check if a value is a ResourcefulBigintType |
| isResourcefulBinaryType | Type guard to check if a value is a ResourcefulBinaryType |
| isResourcefulBooleanType | Type guard to check if a value is a ResourcefulBooleanType |
| isResourcefulDateTimeType | Type guard to check if a value is a ResourcefulDateTimeType |
| isResourcefulDateType | Type guard to check if a value is a ResourcefulDateType |
| isResourcefulIntegerType | Type guard to check if a value is a ResourcefulIntegerType |
| isResourcefulModel | Type guard to check if a value is a ResourcefulModel |
| isResourcefulNumberType | Type guard to check if a value is a ResourcefulNumberType |
| isResourcefulObjectType | Type guard to check if a value is a ResourcefulObjectType |
| isResourcefulStringType | - |
| isResourcefulUnsignedIntegerType | Type guard to check if a value is a ResourcefulUnsignedIntegerType |
| isString | - |
| isStringContent | Checks if a value is a non-empty string |
| isUint16Array | - |
| isUint32Array | - |
| isUint8Array | - |
| isUint8ClampedArray | - |
| isUndefined | - |