Skip to content

Commit

Permalink
Automatic update to new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
thaibault committed Jun 21, 2024
1 parent 1f1d5bd commit 5665fba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ export * from './number'
export * from './object'

export * from './process'
export * from './property-types'

export * from './require'

Expand Down
2 changes: 0 additions & 2 deletions src/scope.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ import * as functions from './function'
import * as indicators from './indicators'
import * as number from './number'
import * as object from './object'
import * as propertyTypes from './property-types'
import * as require from './require'
import * as string from './string'
import * as utility from './utility'
Expand All @@ -39,7 +38,6 @@ export const UTILITY_SCOPE = {
indicators,
number,
object,
propertyTypes,
require,
string,
utility
Expand Down

0 comments on commit 5665fba

Please sign in to comment.