mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 11:38:48 +02:00
* misc: convert all internal scripts to ESM * fixes * fix * fixes * fix! * complete eslint * more move * fix! * This looks better? * Final ones
12 lines
357 B
TypeScript
12 lines
357 B
TypeScript
/**
|
|
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
*
|
|
* This source code is licensed under the MIT license found in the
|
|
* LICENSE file in the root directory of this source tree.
|
|
*/
|
|
|
|
import type {TranslationFileContent} from '@docusaurus/types';
|
|
|
|
export function extractThemeCodeMessages(
|
|
targetDirs?: string[],
|
|
): Promise<TranslationFileContent>;
|