stringify.d.ts 103 B

12
  1. import { PlistJsObj } from "./types";
  2. export declare function stringify(anObject: PlistJsObj): string;