UNPKG

canvacard

Version:

Powerful image manipulation package for beginners.

10 lines 366 B
export = formatVariable; /** * @name formatVariable * @description Gets variables and types. * @param {object} prefix The type of variable * @param {object} variable The variable to change * @returns {string} The formatted variable */ declare function formatVariable(prefix: object, variable: object): string; //# sourceMappingURL=formatVariable.utils.d.ts.map