UNPKG

261 BJavaScriptView Raw
1export var typeOfDocs = {
2 name: 'typeOf',
3 category: 'Utils',
4 syntax: ['typeOf(x)'],
5 description: 'Get the type of a variable.',
6 examples: ['typeOf(3.5)', 'typeOf(2 - 4i)', 'typeOf(45 deg)', 'typeOf("hello world")'],
7 seealso: ['getMatrixDataType']
8};
\No newline at end of file