( value: string | Uint8Array, namespace: UUIDTypes, buf?: TBuf, offset?: number, )
| 17 | offset?: number, |
| 18 | ): TBuf; |
| 19 | function v5<TBuf extends Uint8Array = Uint8Array>( |
| 20 | value: string | Uint8Array, |
| 21 | namespace: UUIDTypes, |
| 22 | buf?: TBuf, |
| 23 | offset?: number, |
| 24 | ): UUIDTypes<TBuf> { |
| 25 | return v35(0x50, sha1, value, namespace, buf, offset); |
| 26 | } |
| 27 | |
| 28 | v5.DNS = DNS; |
| 29 | v5.URL = URL; |
no test coverage detected