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