mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-18 15:00:32 +00:00
23 lines
No EOL
336 B
JavaScript
23 lines
No EOL
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) {} |