Skip to content

Commit

Permalink
chore: type modifier on imports
Browse files Browse the repository at this point in the history
  • Loading branch information
snewcomer committed May 28, 2022
1 parent 6dd774f commit 2a89fab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Change, { getChangeValue, isChange } from './-private/change';
import Change, { getChangeValue, isChange, type Changes } from './-private/change';
import { getKeyValues, getKeyErrorValues } from './utils/get-key-values';
import lookupValidator from './utils/validator-lookup';
import { notifierForEvent } from './-private/evented';
Expand All @@ -23,7 +23,6 @@ import getDeep, { getSubObject } from './utils/get-deep';
import { objectToArray, arrayToObject } from './utils/array-object';

import type {
Changes,
Config,
Content,
Errors,
Expand Down

0 comments on commit 2a89fab

Please sign in to comment.