Skip to content

Commit

Permalink
remove ts-nocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
slorber committed Feb 28, 2025
1 parent 2f332d0 commit 947b60b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

/* eslint-disable */

// @ts-nocheck

function base64SourceMap(source) {
const base64 = Buffer.from(JSON.stringify(source.map()), 'utf8').toString(
'base64',
Expand Down

0 comments on commit 947b60b

Please sign in to comment.