mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-23 13:46:09 +03:00
23 lines
336 B
JavaScript
23 lines
336 B
JavaScript
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function valueOf(object) {}
|
|
|
|
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function toString(object) {}
|
|
|
|
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function toSource(object) {}
|
|
|
|
/**
|
|
* @param {Object} object
|
|
* @return {string}
|
|
*/
|
|
function constructor(object) {} |