(u: unknown)
| 153 | |
| 154 | /** @internal */ |
| 155 | export const isDateTime = (u: unknown): u is DateTime.DateTime => Predicate.hasProperty(u, TypeId) |
| 156 | |
| 157 | const isDateTimeArgs = (args: IArguments) => isDateTime(args[0]) |
| 158 |
no outgoing calls
no test coverage detected