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.
1 parent f54e173 commit 7b0788dCopy full SHA for 7b0788d
src/index.ts
@@ -6,9 +6,9 @@ import path from 'path';
6
import { promisify } from 'util';
7
import { limitOpenFiles } from './utils';
8
9
-type DataValue = string | number | Data | (() => string | number | Data);
+export type DataValue = string | number | Data | (() => string | number | Data);
10
11
-interface Data
+export interface Data
12
extends Record<string | number | symbol, DataValue | DataValue[]> {}
13
14
export async function renderGlob(
0 commit comments