I have successfully installed a typescript sandbox (this one) and I have managed to create a simple service and a few components.
I would like to access this set of helper functions. It seems to be part of the typescript core. However, I am not sure how I could get access to that core.
tried import {ArrayUtilities} from 'core' and a few other random tries.