/**
 * 尋找 Yarn Workspace 根目錄
 * Find Yarn Workspace Root
 *
 * 此模組提供尋找 Yarn workspace 根目錄的功能，
 * This module provides functionality to find the root directory of a Yarn workspace,
 * 為 find-yarn-workspace-root 的增強版本。
 * as an enhanced version of find-yarn-workspace-root.
 *
 * @packageDocumentation
 */
import { findWorkspaceRoot } from './core';
export = findWorkspaceRoot;
