@bondsports/types 0.0.1 → 0.0.4

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.
Files changed (3) hide show
  1. package/README.md +5 -4
  2. package/build/index.d.ts +2387 -2388
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,11 +1,12 @@
1
- # `globalStorage`
1
+ # `Types`
2
2
 
3
- > TODO: description
3
+ > install the package and import the types you need
4
4
 
5
5
  ## Usage
6
6
 
7
7
  ```
8
- const globalstorage = require('globalStorage');
8
+ import {Order} from '@bondsports/types'
9
+
10
+ const newObj:Order = {}
9
11
 
10
- // TODO: DEMONSTRATE API
11
12
  ```