We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11ac1d6 commit 8db9839Copy full SHA for 8db9839
1 file changed
test/typings.test.ts
@@ -4,8 +4,6 @@ import {
4
import { populateTimeZones } from '../dist/lookup-convert'
5
import { parseZonedTime, formatZonedTime } from '../dist/parse-format'
6
7
-declare function test (label: string, callback: Function)
8
-
9
test('Type declarations for TypeScript', () => {
10
const timestamp = 1538822326765
11
const date = new Date(timestamp)
0 commit comments