| 55 | limitations under the License.`.split('\n') |
| 56 | |
| 57 | interface Dict<T> { [key: string]: T } // generic object |
| 58 | const packedT = 'Packed' // name of marker parametric type to indicate if an attributed could be packed. |
| 59 | type B = boolean |
| 60 | type U = number |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…