mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-08-06 08:35:52 +02:00
nodejs: fixed typo
This commit is contained in:
parent
658876f00d
commit
61b2aeb3fe
@ -373,7 +373,7 @@ type
|
|||||||
function dirname(Path: string): string; // returns directory without trailing sep
|
function dirname(Path: string): string; // returns directory without trailing sep
|
||||||
function extname(Path: string): string; // returns from last occurence of '.', if path starts with '.' the empty string is returned
|
function extname(Path: string): string; // returns from last occurence of '.', if path starts with '.' the empty string is returned
|
||||||
function format(PathObject: TJSObject): string; {
|
function format(PathObject: TJSObject): string; {
|
||||||
PathObjectis can contain the followinf string properties:
|
PathObjectis can contain the following string properties:
|
||||||
dir, root, base, name, ext
|
dir, root, base, name, ext
|
||||||
root is ignored if dir exists
|
root is ignored if dir exists
|
||||||
ext and name are ignored if base exists
|
ext and name are ignored if base exists
|
||||||
|
Loading…
Reference in New Issue
Block a user