ozibuild
    Preparing search index...

    Interface Watcher

    interface Watcher {
        track(target: string, deps: string[]): void;
    }
    Index

    Methods

    Methods

    • Parameters

      • target: string
      • deps: string[]

      Returns void