2 lines
103 B
TypeScript
2 lines
103 B
TypeScript
import { PlistJsObj } from "./types";
|
|
export declare function stringify(anObject: PlistJsObj): string;
|