diff --git a/.gitignore b/.gitignore index 1818a05..c48b9be 100644 --- a/.gitignore +++ b/.gitignore @@ -129,4 +129,3 @@ dist .yarn/install-state.gz .pnp.* .DS_Store -temp diff --git a/docs/api/index.md b/docs/api/index.md index 71d1761..4f79f31 100644 --- a/docs/api/index.md +++ b/docs/api/index.md @@ -4,9 +4,3 @@ ## API Reference -## Packages - -| Package | Description | -| --- | --- | -| [your-first-nodejs-helloworld-with-ts](./your-first-nodejs-helloworld-with-ts.md) | | - diff --git a/docs/api/your-first-nodejs-helloworld-with-ts.iperson.md b/docs/api/your-first-nodejs-helloworld-with-ts.iperson.md deleted file mode 100644 index ae2ae2c..0000000 --- a/docs/api/your-first-nodejs-helloworld-with-ts.iperson.md +++ /dev/null @@ -1,18 +0,0 @@ - - -[Home](./index.md) > [your-first-nodejs-helloworld-with-ts](./your-first-nodejs-helloworld-with-ts.md) > [IPerson](./your-first-nodejs-helloworld-with-ts.iperson.md) - -## IPerson interface - -**Signature:** - -```typescript -export interface IPerson -``` - -## Methods - -| Method | Description | -| --- | --- | -| [sayHi(name)](./your-first-nodejs-helloworld-with-ts.iperson.sayhi.md) | | - diff --git a/docs/api/your-first-nodejs-helloworld-with-ts.iperson.sayhi.md b/docs/api/your-first-nodejs-helloworld-with-ts.iperson.sayhi.md deleted file mode 100644 index 447e01d..0000000 --- a/docs/api/your-first-nodejs-helloworld-with-ts.iperson.sayhi.md +++ /dev/null @@ -1,22 +0,0 @@ - - -[Home](./index.md) > [your-first-nodejs-helloworld-with-ts](./your-first-nodejs-helloworld-with-ts.md) > [IPerson](./your-first-nodejs-helloworld-with-ts.iperson.md) > [sayHi](./your-first-nodejs-helloworld-with-ts.iperson.sayhi.md) - -## IPerson.sayHi() method - -**Signature:** - -```typescript -sayHi(name?: string): Promise; -``` - -## Parameters - -| Parameter | Type | Description | -| --- | --- | --- | -| name | string | _(Optional)_ | - -**Returns:** - -Promise<void> - diff --git a/docs/api/your-first-nodejs-helloworld-with-ts.md b/docs/api/your-first-nodejs-helloworld-with-ts.md deleted file mode 100644 index 6de35e0..0000000 --- a/docs/api/your-first-nodejs-helloworld-with-ts.md +++ /dev/null @@ -1,12 +0,0 @@ - - -[Home](./index.md) > [your-first-nodejs-helloworld-with-ts](./your-first-nodejs-helloworld-with-ts.md) - -## your-first-nodejs-helloworld-with-ts package - -## Interfaces - -| Interface | Description | -| --- | --- | -| [IPerson](./your-first-nodejs-helloworld-with-ts.iperson.md) | | -