Skip to content

Commit f3f8f24

Browse files
committed
fixup! add types to parseSnak function
1 parent 71d1b8d commit f3f8f24

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/helpers/parse_snak.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import type { DataType } from '../types/claim.js'
2-
import type { SnakValue } from '../types/snakvalue.js'
3-
import type { SimplifySnakOptions } from '../types/simplify_claims.js'
41
import { wikibaseTimeToEpochTime, wikibaseTimeToISOString, wikibaseTimeToSimpleDay } from './time.js'
52
import type { TimeInputValue } from './time.js'
3+
import type { DataType } from '../types/claim.js'
4+
import type { SimplifySnakOptions } from '../types/simplify_claims.js'
5+
import type { SnakValue } from '../types/snakvalue.js'
66

77
const simple = datavalue => datavalue.value
88

0 commit comments

Comments
 (0)