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