first commit
This commit is contained in:
11
app_vue/node_modules/javascript-stringify/dist/index.d.ts
generated
vendored
Normal file
11
app_vue/node_modules/javascript-stringify/dist/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
import { ToString } from "./types";
|
||||
export interface Options {
|
||||
maxDepth?: number;
|
||||
maxValues?: number;
|
||||
references?: boolean;
|
||||
skipUndefinedProperties?: boolean;
|
||||
}
|
||||
/**
|
||||
* Stringify any JavaScript value.
|
||||
*/
|
||||
export declare function stringify(value: any, replacer?: ToString | null, indent?: string | number | null, options?: Options): string | undefined;
|
Reference in New Issue
Block a user