astro-ghostcms/.pnpm-store/v3/files/cc/69a550230e99f1984de7cfa8732...

9 lines
232 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
/**
* @param {Schema} schema
* @param {string} value
* @returns {Info}
*/
export function find(schema: Schema, value: string): Info;
export type Schema = import('./util/schema.js').Schema;
import { Info } from './util/info.js';