(input: unknown)
| 1011 | * |
| 1012 | * const schema = Schema.BigInt.pipe( |
| 1013 | * Schema.decodeTo(Schema.Duration, SchemaTransformation.durationFromNanos) |
| 1014 | * ) |
| 1015 | * String(Schema.decodeSync(schema)(5n)) // => "5 nanos" |
| 1016 | * ``` |
| 1017 | * |
no outgoing calls
no test coverage detected
searching dependent graphs…