import { Format } from "@sadan4/devtools-pretty-printer";


export function format(text: string) {
    return Format(text);
}
