coffee-ahk
Version:
coffeescript -> ahk
12 lines (11 loc) • 469 B
TypeScript
import { OptionPartial } from "./index.js";
import Item from "./index-C0-GN7ek.js";
declare const main: (source: string, data: {
ast: Item[];
content: string;
}, option: OptionPartial) => Promise<void>;
declare const main$0: (source: string, salt: string) => Promise<string>;
declare const main$1: (source: string, salt: string) => Promise<string>;
declare const read: typeof main$1;
declare const write: typeof main$1;
export { main as default, read, write };