cscg24-guacamole

CSCG 2024 Challenge 'Guacamole Mashup'
git clone https://git.sinitax.com/sinitax/cscg24-guacamole
Log | Files | Refs | sfeed.txt

clone.js (105B)


      1import { createDuration } from './create';
      2
      3export function clone() {
      4    return createDuration(this);
      5}