Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / @protobufjs / path / README.md
diff --git a/legacy-libs/@protobufjs/path/README.md b/legacy-libs/@protobufjs/path/README.md
new file mode 100644 (file)
index 0000000..0e8e6bc
--- /dev/null
@@ -0,0 +1,19 @@
+@protobufjs/path\r
+================\r
+[![npm](https://img.shields.io/npm/v/@protobufjs/path.svg)](https://www.npmjs.com/package/@protobufjs/path)\r
+\r
+A minimal path module to resolve Unix, Windows and URL paths alike.\r
+\r
+API\r
+---\r
+\r
+* **path.isAbsolute(path: `string`): `boolean`**<br />\r
+  Tests if the specified path is absolute.\r
+\r
+* **path.normalize(path: `string`): `string`**<br />\r
+  Normalizes the specified path.\r
+\r
+* **path.resolve(originPath: `string`, includePath: `string`, [alreadyNormalized=false: `boolean`]): `string`**<br />\r
+  Resolves the specified include path against the specified origin path.\r
+\r
+**License:** [BSD 3-Clause License](https://opensource.org/licenses/BSD-3-Clause)\r