(u: unknown)
| 146 | |
| 147 | /** @internal */ |
| 148 | export const isDateTime = (u: unknown): u is DateTime.DateTime => Predicate.hasProperty(u, TypeId) |
| 149 | |
| 150 | const isDateTimeArgs = (args: IArguments) => isDateTime(args[0]) |
| 151 |
no outgoing calls
no test coverage detected