persona-community-5/.pnpm-store/v3/files/bf/2a9b5def9a7e3c07dedcb03a2f5e0793b4bdcaf8dabc358103f5bdf7219c7b7e9f9f7958a0a09385bf2fe498293a8bff21ab9fe82e441f3983e8e1b7327637
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

7 lines
280 B
Plaintext

import type TokenProcessor from "../TokenProcessor";
/**
* Starting at `export {`, look ahead and return `true` if this is an
* `export {...} from` statement and `false` if this is a plain multi-export.
*/
export default function isExportFrom(tokens: TokenProcessor): boolean;