Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
didavid61202 committed Apr 9, 2023
1 parent e7710f2 commit 8307b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.getting-started/2.usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Each function, if you hover over it, shows what's going in, and what's coming ou
You can also call `.toString()` on any input to see the same information at runtime.

## Type-Level match result (experimental)
We also provide an experimental feature that allows you to obtain the type-level results of a RegExp match or replace in string literals. To try this feature, please import all helpers from `magic-regexp/type-level-regexp` instead of `magic-regexp`.
We also provide an experimental feature that allows you to obtain the type-level results of a RegExp match or replace in string literals. To try this feature, please import all helpers from a subpath export `magic-regexp/type-level-regexp` instead of `magic-regexp`.

```ts
import { createRegExp, exactly, digit } from 'magic-regexp/type-level-regexp'
Expand Down

0 comments on commit 8307b9a

Please sign in to comment.