We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/util
1 parent 645484e commit bd42a5eCopy full SHA for bd42a5e
src/util.ts
@@ -2,6 +2,11 @@ import type { NitroRouteConfig } from 'nitropack'
2
import type { ParsedRobotsTxt, RobotsGroupInput, RobotsGroupResolved } from './runtime/types'
3
import { createDefu } from 'defu'
4
import { withoutLeadingSlash } from 'ufo'
5
+import { AiBots, NonHelpfulBots } from './const'
6
+
7
+export type * from './runtime/types'
8
9
+export { AiBots, NonHelpfulBots }
10
11
/**
12
* We're going to read the robots.txt and extract any disallow or sitemaps rules from it.
0 commit comments