UNPKG

tilda-sync

Version:

Клиент для импорта сайта на Тильде (Tilda.cc) в проекте на Node.js.

12 lines (11 loc) 245 B
type TRoute = { type: string; alias: string; file: string | null; }; export declare const handleHtaccess: (filename: string, path: string, data: string, options?: { logs: boolean; }) => { [key: string]: TRoute; }; export {};