Moved utils to another repository
This commit is contained in:
5
types/json-prune.d.ts
vendored
Normal file
5
types/json-prune.d.ts
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
declare module "json-prune" {
|
||||
function prune(object: unknown): string;
|
||||
|
||||
export = prune;
|
||||
}
|
||||
Reference in New Issue
Block a user