Almost everything in LibJS includes Cell.h, don't force all code to include AK/TypeCasts.h + AK/String.h. Instead include them where they are actually used and required.
...with ParseTemporalDurationString currently TODO()'d.
This patch adds the Duration object itself, its constructor and prototype (currently empty), and three required abstract operations.