Skip to content

Commit

Permalink
🤖 Merge PR DefinitelyTyped#70138 [@types/slug] Added definition for s…
Browse files Browse the repository at this point in the history
…etLocale function by @danbaechtold
  • Loading branch information
danbaechtold authored Aug 13, 2024
1 parent 32c8a26 commit 49bb544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/slug/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ declare namespace slug {

function extend(entry: CharMap): void;
function reset(): void;
function setLocale(locale: string): void;

interface Mode {
charmap?: CharMap | null | undefined;
Expand Down

0 comments on commit 49bb544

Please sign in to comment.