| 50 | } |
| 51 | |
| 52 | export interface SHAKEOptionsEncodingType extends SHAKEOptionsNoEncodingType { |
| 53 | encoding?: EncodingType; |
| 54 | } |
| 55 | |
| 56 | export interface CSHAKEOptionsNoEncodingType { |
| 57 | customization?: GenericInputType; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…