UNPKG

396 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.typeOfDocs = void 0;
7var typeOfDocs = {
8 name: 'typeOf',
9 category: 'Utils',
10 syntax: ['typeOf(x)'],
11 description: 'Get the type of a variable.',
12 examples: ['typeOf(3.5)', 'typeOf(2 - 4i)', 'typeOf(45 deg)', 'typeOf("hello world")'],
13 seealso: ['getMatrixDataType']
14};
15exports.typeOfDocs = typeOfDocs;
\No newline at end of file