UNPKG

@corellia/ngx-translation-io

Version:

Add this package to localize your Angular application.<br />

6 lines (5 loc) 230 B
import { SyncResponse } from './types/sync/sync.response'; /*********** PULL ***********/ export declare function pull(): Promise<any>; /*********** MERGE ***********/ export declare function merge(sync: SyncResponse): void;