You've already forked wakapi-readme-stats
Bar graph added.
This commit is contained in:
14
node_modules/json-stringify-pretty-compact/index.d.ts
generated
vendored
Normal file
14
node_modules/json-stringify-pretty-compact/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
declare module "json-stringify-pretty-compact" {
|
||||
const stringify: (
|
||||
object: any,
|
||||
options?: {
|
||||
indent?: number | string;
|
||||
maxLength?: number;
|
||||
replacer?:
|
||||
| ((key: string, value: any) => any)
|
||||
| (number | string)[]
|
||||
| null;
|
||||
}
|
||||
) => string;
|
||||
export = stringify;
|
||||
}
|
||||
Reference in New Issue
Block a user