forked from sashin/sashinexists
6 lines
116 B
TypeScript
6 lines
116 B
TypeScript
import { Mixin } from "../../index.ts";
|
|
|
|
declare const WatchFilesMixin: Mixin<{}>;
|
|
|
|
export default WatchFilesMixin;
|