UNPKG

@throw-out-error/minecraft-mcfunction

Version:

A simple way to create your mcfunction files using Typescript syntax.

8 lines (7 loc) 476 B
declare function jsonBeautify(object: object | Array<any>): string; declare function mkdirIfNotExist(path: string): void; declare function hasIllegalChars(s: string): boolean; declare function hasIllegalCharsSlash(s: string): boolean; declare function itemArrayFromString(s: string): Array<any>; declare function assumeMinecraft(s: string): string; export { jsonBeautify, mkdirIfNotExist, hasIllegalChars, hasIllegalCharsSlash, itemArrayFromString, assumeMinecraft, };