Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
99 Bytes
import { Moment } from './constructor';
export function clone () {
return new Moment(this);
}