refactor: use consistent name for watch invalidation register function

This commit is contained in:
Evan You
2020-02-26 10:12:32 -05:00
parent 04f83fa681
commit e42d6b0712
2 changed files with 7 additions and 8 deletions

View File

@@ -152,7 +152,6 @@ export {
// types
WatchOptions,
WatchCallback,
CleanupRegistrator,
WatchSource,
StopHandle
} from './apiWatch'