MCPcopy Create free account
hub / github.com/awslabs/llrt / join

Method join

types/path.d.ts:73–73  ·  view source on GitHub ↗

* Join all arguments together and normalize the resulting path. * * @param paths paths to join. * @throws {TypeError} if any of the path segments is not a string.

(...paths: string[])

Source from the content-addressed store, hash-verified

71 * @throws {TypeError} if any of the path segments is not a string.
72 */
73 join(...paths: string[]): string;
74 /**
75 * The right-most parameter is considered {to}. Other parameters are considered an array of {from}.
76 *

Callers 15

lambda-server.jsFile · 0.80
build.mjsFile · 0.80
readFilesRecursiveFunction · 0.80
codeToRegexFunction · 0.80
setupFunction · 0.80
loadShimFunction · 0.80
buildLibraryFunction · 0.80
buildSdksFunction · 0.80
mainFunction · 0.80
buildReactFunction · 0.80
buildExternalSdkFunctionFunction · 0.80
handlerFunction · 0.80

Calls

no outgoing calls

Tested by 2

test_isattyFunction · 0.64
calculateRelativeDepthFunction · 0.64