diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e2ac661 --- /dev/null +++ b/.nojekyll @@ -0,0 +1 @@ +TypeDoc added this file to prevent GitHub Pages from using Jekyll. You can turn off this behavior by setting the `githubPages` option to false. \ No newline at end of file diff --git a/enums/lsTypes.lsTypes.html b/enums/lsTypes.lsTypes.html index 3655cd5..aa6a86c 100644 --- a/enums/lsTypes.lsTypes.html +++ b/enums/lsTypes.lsTypes.html @@ -1,4 +1,4 @@ -
Readonly
This enumeration defines the different types of listings supported by +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Enumeration lsTypes
Readonly
This enumeration defines the different types of listings supported by the ls function. It specifies which file system entries should be included in the results.
Since
0.1.0
See
ls
-Index
Enumeration Members
Index
Enumeration Members
Enumeration Members
LS_ A
This option lists both regular files and directories in the output. You can also use other number types for alias, like:
-LS_ D
This option filters the output to include only directory entries. +
LS_ D
This option filters the output to include only directory entries. You can also use other number types for alias, like:
-LS_ F
This option filters the output to include only regular files (non-directories). +
LS_ F
This option filters the output to include only regular files (non-directories). You can also use other number types for alias, like:
-Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Function ls
Lists files and/or directories in a specified directory path, filtering by a +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Function ls
Lists files and/or directories in a specified directory path, filtering by a regular expression pattern.
The returned entries are configurable using the additional options, such as listing recursively to subdirectories, and filter specific file and/or @@ -204,10 +204,10 @@
See
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Function lsDirs
Lists files in the specified directory path, filtering by a regular +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Function lsDirs
Lists files in the specified directory path, filtering by a regular expression pattern.
The returned entries are configurable using the additional options, such as listing recursively to subdirectories, and filter specific file and/or @@ -197,10 +197,10 @@
See
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Function lsFiles
Lists files in the specified directory path, filtering by a regular +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Function lsFiles
Lists files in the specified directory path, filtering by a regular expression pattern.
The returned entries are configurable using the additional options, such as listing recursively to subdirectories, and filter specific file and/or @@ -197,10 +197,10 @@
See
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Function ls
Lists files and/or directories in a specified directory path, filtering by a +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Function ls
Lists files and/or directories in a specified directory path, filtering by a regular expression pattern.
The returned entries are configurable using the additional options, such as listing recursively to subdirectories, and filter specific file and/or @@ -188,10 +188,10 @@
Returns Promise<LsResult>
A promise that resolves with an array of string representing the entries result excluding
-'.'
and'..'
or an empty array ([]
) if any files and directories does not match with the specified filter options.Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Function lsDirs
Lists files in the specified directory path, filtering by a regular +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Function lsDirs
Lists files in the specified directory path, filtering by a regular expression pattern.
The returned entries are configurable using the additional options, such as listing recursively to subdirectories, and filter specific file and/or @@ -184,10 +184,10 @@
Returns Promise<LsResult>
A promise that resolves with an array of string representing the entries result excluding
-'.'
and'..'
or an empty array ([]
) if any files and directories does not match with the specified filter options.Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Function lsFiles
Lists files in the specified directory path, filtering by a regular +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Function lsFiles
Lists files in the specified directory path, filtering by a regular expression pattern.
The returned entries are configurable using the additional options, such as listing recursively to subdirectories, and filter specific file and/or @@ -184,10 +184,10 @@
Returns Promise<LsResult>
A promise that resolves with an array of string representing the entries result excluding
-'.'
and'..'
or an empty array ([]
) if any files and directories does not match with the specified filter options.Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0LSFND - v1.0.0
LSFND
+
- Preparing search index...
- The search index is not available
LSFND - v1.1.0LSFND - v1.1.0
LSFND
@@ -169,7 +169,7 @@
This library's primary benefit is that every implemented API runs asynchronously, guaranteeing that they will NEVER disrupt the execution of any other processes.
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Interface BuildPropConfig
Interface representing the configuration options for the build process.
+- Preparing search index...
- The search index is not available
LSFND - v1.1.0Interface BuildPropConfig
Interface representing the configuration options for the build process.
Since
0.1.0
-rootDir: string;
outDir: string;
tsconfig: string;
minify: MinifyConfig;
}
Index
Properties
rootDir: string;
outDir: string;
tsconfig: string;
minify: MinifyConfig;
}
Index
Properties
Properties
root Dir
The root directory of the project from where the build process starts. This path should be a string representing a valid file system path.
-out Dir
The output directory where the build process will place generated files. +
out Dir
The output directory where the build process will place generated files. This path should be a string representing a valid file system path.
-tsconfig
The path to the
tsconfig.json
file that will be used during the build process. +tsconfig
The path to the
-tsconfig.json
file that will be used during the build process. This path should be a string representing a valid file system path relative to the rootDir.minify
Configuration options for minification process.
-Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
minify
Configuration options for minification process.
+Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Interface MinifyConfig
Interface representing the configuration options for minification within the +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Interface MinifyConfig
Interface representing the configuration options for minification within the build process.
Since
0.1.0
-files: string[];
}
Index
Properties
files: string[];
}
Index
Properties
Properties
files
A list of file paths (relative to the BuildPropConfig.rootDir) to be included during minification. Each element in the array should be a string representing a valid file system path.
-Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Interface DefaultLsOptions
Represents the default options type for the
ls*
functions, used by +- Preparing search index...
- The search index is not available
LSFND - v1.1.0Interface DefaultLsOptions
Represents the default options type for the
ls*
functions, used bydefaultLsOptions
.Since
1.0.0
See
@@ -164,17 +164,17 @@- ResolvedLsOptions
- defaultLsOptions
-
See
encoding: "utf8";
recursive: false;
match: RegExp;
exclude: undefined;
rootDir: string | URL;
absolute: false;
basename: false;
}
Index
Properties
encoding: "utf8";
recursive: false;
match: RegExp;
exclude: undefined;
rootDir: string | URL;
absolute: false;
basename: false;
}
Index
Properties
Properties
Readonly
encodingReadonly
recursiveReadonly
matchReadonly
excludeReadonly
rootReadonly
absoluteReadonly
basenameSettings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Properties
Readonly
encodingReadonly
recursiveReadonly
matchReadonly
excludeReadonly
rootReadonly
absoluteReadonly
basenameSettings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Interface LsOptions
This interface defines the optional configuration options that can be passed +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Interface LsOptions
This interface defines the optional configuration options that can be passed to every
ls*
functions. These options control the behavior of the directory listing.Since
0.1.0
-encoding?: BufferEncoding;
recursive?: boolean;
match?: string | RegExp;
exclude?: string | RegExp;
rootDir?: string | URL;
absolute?: boolean;
basename?: boolean;
}
Index
Properties
encoding?: BufferEncoding;
recursive?: boolean;
match?: string | RegExp;
exclude?: string | RegExp;
rootDir?: string | URL;
absolute?: boolean;
basename?: boolean;
}
Index
Properties
Default Value
'utf8'
Since
0.1.0
-Optional
recursiveA boolean flag indicating whether to include subdirectories in the listing.
+Optional
recursiveA boolean flag indicating whether to include subdirectories in the listing.
Default Value
false
Since
0.1.0
-Optional
matchA regular expression or string pattern used to filter the listed entries. +
Optional
matchA regular expression or string pattern used to filter the listed entries. Only entries matching the pattern will be included in the results.
Default Value
/.+/
(match all files)Since
0.1.0
-Optional
excludeA regular expression or string pattern used to exclude entries from the +
Optional
excludeA regular expression or string pattern used to exclude entries from the listing. Any entries matching this pattern will be filtered out of the results, even if they match the match pattern.
Default Value
undefined
Since
0.1.0
-Optional
rootA string path representing the root directory to resolve the results to +
Optional
rootA string path representing the root directory to resolve the results to relative paths.
This option will be ignored if either one of the
absolute
orbasename
option are enabled, this is due to their @@ -190,7 +190,7 @@Since
0.1.0
options.Default Value
'.'
orprocess.cwd()
Since
1.0.0
-Optional
absoluteDetermines whether to return absolute paths for all entries.
+Optional
absoluteDetermines whether to return absolute paths for all entries.
When enabled (i.e., set to
@@ -216,7 +216,7 @@true
), each entry of the returned results will be an absolute path. Otherwise, paths will be relative to the directory specified in therootDir
field.Since
1.0.0
Default Value
false
Since
1.0.0
See
rootDir
-Optional
basenameWhether to make the returned result paths only have their basenames, trimming any +
Optional
basenameWhether to make the returned result paths only have their basenames, trimming any directories behind the path separator (i.e.,
\\
in Windows, and/
in POSIX).When set to
true
, the returned paths will only include the file and/or directory names itself. This can be useful if you need only the names while @@ -240,10 +240,10 @@See
Default Value
false
Since
1.0.0
See
rootDir
-Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Interface LsTypesInterface
Readonly
Interface defining the lsTypes enum with string literal keys +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Interface LsTypesInterface
Readonly
Interface defining the lsTypes enum with string literal keys representing different file types and their corresponding numeric values.
Since
0.1.0
-LS_A: 1;
LS_D: 2;
LS_F: 4;
}
Index
Properties
LS_A: 1;
LS_D: 2;
LS_F: 4;
}
Index
Properties
Properties
Readonly
LS_Represents an option to include all file types.
Default Value
-0b01 << 0b00
(0b01
|0o01
|0x01
|1
)Readonly
LS_Represents an option to include only the directory type.
+Readonly
LS_Represents an option to include only the directory type.
Default Value
-0b01 << 0b01
(0b10
|0o02
|0x02
|2
)Readonly
LS_Represents an option to include only the file type.
+Readonly
LS_Represents an option to include only the file type.
Default Value
-0b01 << 0b10
(0b100
|0o04
|0x04
|4
)Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
On This Page
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Module build.prop
Type definitions for
+build.prop.*js
configuration file.Project: lsfnd (https://github.com/mitsuki31/lsfnd.git)
Definitions by: Ryuu Mitsuki (https://github.com/mitsuki31)
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Module build.prop
Type definitions for
build.prop.*js
configuration file.Project: lsfnd (https://github.com/mitsuki31/lsfnd.git)
Definitions by: Ryuu Mitsuki (https://github.com/mitsuki31)
Author
Ryuu Mitsuki (https://github.com/mitsuki31)
Since
0.1.0
License
MIT
-Index
Interfaces
Index
Interfaces
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Module lsTypes
A module contains only a lsTypes enum, which is used by ls +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Module lsTypes
A module contains only a lsTypes enum, which is used by ls function to specify type of the returned results.
Copyright (c) 2024 Ryuu Mitsuki. All rights reserved.
Author
Ryuu Mitsuki (https://github.com/mitsuki31)
Since
0.1.0
License
MIT
See
lsTypes
-Index
Enumerations
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Index
Enumerations
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Module lsfnd
A module that offers some functions to read and list files and/or directories +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Module lsfnd
A module that offers some functions to read and list files and/or directories in a specified directory with support filtering using regular expression pattern.
Copyright (c) 2024 Ryuu Mitsuki. All rights reserved.
Author
Ryuu Mitsuki (https://github.com/mitsuki31)
Since
0.1.0
License
MIT
-Index
Variables
Index
Variables
Functions
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Module types
Type definitions for
+lsfnd
package.Project: lsfnd (https://github.com/mitsuki31/lsfnd.git)
Definitions by: Ryuu Mitsuki (https://github.com/mitsuki31)
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Module types
Type definitions for
lsfnd
package.Project: lsfnd (https://github.com/mitsuki31/lsfnd.git)
Definitions by: Ryuu Mitsuki (https://github.com/mitsuki31)
Copyright (c) 2024 Ryuu Mitsuki. All rights reserved.
Author
Ryuu Mitsuki (https://github.com/mitsuki31)
Since
0.1.0
License
MIT
-Index
Interfaces
Index
Interfaces
Type Aliases
License
MIT
Functions
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias LsEntries
This type alias represents an array of StringPath. It is typically used to +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias LsEntries
This type alias represents an array of StringPath. It is typically used to represent the list of file and/or directory entries returned by the
ls*
functions. Each entry in the array represents the path of a file or directory within the listed directory.Since
0.1.0
-Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias LsResult
This type alias represents the possible return values of the
ls*
functions. +- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias LsResult
This type alias represents the possible return values of the
ls*
functions. It can be either a LsEntries array containing the list of file paths, ornull
to indicate an error.Since
0.1.0
-Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias LsTypes
A combination union types containing all possible values used to specify the +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias LsTypes
A combination union types containing all possible values used to specify the returned results on ls function.
Since
1.0.0
See
lsTypes
-Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias LsTypesKeys
Type representing all possible keys of the lsTypes enum.
+- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias LsTypesKeys
Type representing all possible keys of the lsTypes enum.
Since
0.1.0
See
LsTypesInterface
-Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias LsTypesValues
Type representing all possible values of the lsTypes enum.
+- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias LsTypesValues
Type representing all possible values of the lsTypes enum.
Since
0.1.0
See
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias ResolvedLsOptions
[T in keyof LsOptions]-?: T extends "exclude"
? NonNullable<LsOptions[T]> | undefined
: NonNullable<LsOptions[T]>
}
Represents resolved options type for the
ls*
functions, where all properties are +- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias ResolvedLsOptions
[T in keyof LsOptions]-?: T extends "exclude"
? NonNullable<LsOptions[T]> | undefined
: NonNullable<LsOptions[T]>
}
Represents resolved options type for the
ls*
functions, where all properties are required and bothnull
andundefined
values are omitted, except for theexclude
property which keeps theundefined
type.Since
1.0.0
@@ -164,10 +164,10 @@See
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Type alias StringPath
A type representing the string path.
+- Preparing search index...
- The search index is not available
LSFND - v1.1.0Type alias StringPath
A type representing the string path.
Since
1.0.0
-Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Variable defaultLsOptions
Const
An object containing all default values of
+LsOptions
type.- Preparing search index...
- The search index is not available
LSFND - v1.1.0Variable defaultLsOptions
Const
An object containing all default values of
LsOptions
type.Since
1.0.0
See
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
- Preparing search index...
- The search index is not available
LSFND - v1.0.0Variable lsTypes
Const
This enumeration defines the different types of listings supported by +
- Preparing search index...
- The search index is not available
LSFND - v1.1.0Variable lsTypes
Const
This enumeration defines the different types of listings supported by the ls function. It specifies which file system entries should be included in the results.
See
For more details, refer to lsTypes enum documentation.
-Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12
+
Settings
Member Visibility
Theme
Generated using TypeDoc v0.25.12