Skip to content

Commit

Permalink
fix for #1058
Browse files Browse the repository at this point in the history
  • Loading branch information
spencermountain committed Nov 16, 2023
1 parent 5ecd496 commit 42b02b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/view/one.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ declare class View {
reverse: () => View
/**re-arrange the order of the matches (in place) */
sort: (method?: string | Function) => View
/**cleanup various aspects of the words*/
normalize: (options?:object) => View

// Whitespace
/** add this punctuation or whitespace before each match */
Expand Down

0 comments on commit 42b02b2

Please sign in to comment.