We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d1b8d commit f3f8f24Copy full SHA for f3f8f24
src/helpers/parse_snak.ts
@@ -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'
4
import { wikibaseTimeToEpochTime, wikibaseTimeToISOString, wikibaseTimeToSimpleDay } from './time.js'
5
import type { TimeInputValue } from './time.js'
+import type { DataType } from '../types/claim.js'
+import type { SimplifySnakOptions } from '../types/simplify_claims.js'
+import type { SnakValue } from '../types/snakvalue.js'
6
7
const simple = datavalue => datavalue.value
8
0 commit comments