Skip to content

Commit 4679935

Browse files
committed
Remove export from the README
1 parent 952bac7 commit 4679935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Get the index (public API) of a slice or segment. When a segment is a file, it i
195195
#### `isIndex`
196196

197197
```ts
198-
export function isIndex(fileOrFolder: File | Folder): boolean;
198+
function isIndex(fileOrFolder: File | Folder): boolean;
199199
```
200200

201201
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).
@@ -219,7 +219,7 @@ Slices are defined as folders that contain at least one segment. Additional segm
219219
#### `isCrossImportPublicApi`
220220

221221
```ts
222-
export function isCrossImportPublicApi(
222+
function isCrossImportPublicApi(
223223
file: File,
224224
{
225225
inSlice,

0 commit comments

Comments
 (0)