Skip to content

Commit

Permalink
git add local/main-ts.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bumblehead committed Sep 13, 2023
1 parent ecefd8d commit 029647f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/local/main-ts.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import path from 'path'
import pg from 'pg'

export default {
pathbasenamewrap: (n: any) => path.basename(n),
pgpoolwrap: (n: any) => pg.Pool(n)
}

0 comments on commit 029647f

Please sign in to comment.