mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
|
|
import { ToString } from "./types";
|
||
|
|
/**
|
||
|
|
* Stringify a value recursively.
|
||
|
|
*/
|
||
|
|
export declare const toString: ToString;
|