Skip to content

Commit

Permalink
Remove export from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
illright committed Sep 28, 2024
1 parent 952bac7 commit 4679935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Get the index (public API) of a slice or segment. When a segment is a file, it i
#### `isIndex`

```ts
export function isIndex(fileOrFolder: File | Folder): boolean;
function isIndex(fileOrFolder: File | Folder): boolean;
```

Determine if a given file or folder is an index file (only files can be indexes, folders are accepted for convenience, but always return false).
Expand All @@ -219,7 +219,7 @@ Slices are defined as folders that contain at least one segment. Additional segm
#### `isCrossImportPublicApi`

```ts
export function isCrossImportPublicApi(
function isCrossImportPublicApi(
file: File,
{
inSlice,
Expand Down

0 comments on commit 4679935

Please sign in to comment.