UNPKG

@sls-next/core

Version:
8 lines (7 loc) 270 B
import { ThirdPartyIntegrationBase } from "./integration-base"; export declare class NextI18nextIntegration extends ThirdPartyIntegrationBase { /** * This will copy all next-i18next files as needed to a lambda directory. */ execute(): Promise<void>; }