Skip to content

Commit c4a615b

Browse files
docs(README.md): update.
1 parent e2e0de7 commit c4a615b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,26 @@ npm install @typescript-package/affix --save-peer
3838

3939
```typescript
4040
import {
41+
// Abstract.
4142
Affix,
43+
// Class.
4244
Prefix,
4345
Suffix
4446
} from '@typescript-package/affix';
4547
```
4648

49+
### Affix
50+
51+
A class to manage affixes (prefixes or suffixes) that can be applied to strings.
52+
53+
### Prefix
54+
55+
A class to manage prefixes that can be applied to strings.
56+
57+
### Suffix
58+
59+
A class to manage suffixes that can be applied to strings.
60+
4761
## Contributing
4862

4963
Your contributions are valued! If you'd like to contribute, please feel free to submit a pull request. Help is always appreciated.

0 commit comments

Comments
 (0)