@a16njs/models 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @a16njs/models
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/@a16njs/models)
|
|
4
|
+
|
|
3
5
|
Type definitions and plugin interface for a16n.
|
|
4
6
|
|
|
5
7
|
## Installation
|
|
@@ -53,3 +55,7 @@ import {
|
|
|
53
55
|
- `isAgentIgnore(item)` - Type guard for AgentIgnore
|
|
54
56
|
- `isManualPrompt(item)` - Type guard for ManualPrompt
|
|
55
57
|
- `createId(type, sourcePath)` - Create unique ID
|
|
58
|
+
|
|
59
|
+
## Documentation
|
|
60
|
+
|
|
61
|
+
Full documentation available at <https://texarkanine.github.io/a16n/models>.
|