@throw-out-error/minecraft-datapack
Version:
A module for making minecraft datapacks with node to cut down on the repetition.
7 lines (6 loc) • 391 B
TypeScript
export declare function jsonBeautify(object: object | Array<any>): string;
export declare function mkdirIfNotExist(path: string): void;
export declare function hasIllegalChars(s: string): boolean;
export declare function hasIllegalCharsSlash(s: string): boolean;
export declare function itemArrayFromString(s: string): Array<any>;
export declare function assumeMinecraft(s: string): string;