We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2e0de7 commit c4a615bCopy full SHA for c4a615b
README.md
@@ -38,12 +38,26 @@ npm install @typescript-package/affix --save-peer
38
39
```typescript
40
import {
41
+ // Abstract.
42
Affix,
43
+ // Class.
44
Prefix,
45
Suffix
46
} from '@typescript-package/affix';
47
```
48
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
61
## Contributing
62
63
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