manu-sapiens's picture
removed symlink and replaced with a watcher process
2b24a67
raw
history blame contribute delete
90 Bytes
import { Delay } from "../delay.base";
export declare class AlwaysDelay extends Delay {
}