Skip to content

Commit

Permalink
fix: document deno_import_map in function types (#5305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skn0tt authored Sep 25, 2023
1 parent 219e2b6 commit 21cafcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/build/types/config/functions.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ type FunctionsObject = {
/* eslint-enable camelcase */

export type Functions = {
'*': FunctionsObject
'*': FunctionsObject & { deno_import_map?: string }
[pattern: GlobPattern]: FunctionsObject
}

0 comments on commit 21cafcf

Please sign in to comment.