Skip to content

Commit

Permalink
chore: fix type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardoboucas committed Jun 18, 2024
1 parent f857553 commit 1d05957
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/utils/deploy/hash-fns.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import { readFile } from 'fs/promises'
import path from 'path'
import { promisify } from 'util'

import { zipFunctions } from '@netlify/zip-it-and-ship-it'
import type { TrafficRules } from '@netlify/zip-it-and-ship-it/dist/manifest.js'
import type { FunctionResult } from '@netlify/zip-it-and-ship-it/dist/utils/format_result.js'
import { zipFunctions, type FunctionResult, type TrafficRules } from '@netlify/zip-it-and-ship-it'
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'from... Remove this comment to see the full error message
import fromArray from 'from2-array'
// @ts-expect-error TS(7016) FIXME: Could not find a declaration file for module 'pump... Remove this comment to see the full error message
Expand Down

0 comments on commit 1d05957

Please sign in to comment.