OWL ITS + 탐지시스템(인터넷 진흥원)
이민희
2022-02-09 8e62d47c7210854b570db5e9164a6a9da6351c12
1
2
3
4
5
import { createDuration } from './create';
 
export function clone () {
    return createDuration(this);
}