UNPKG

one

Version:

One is a new React Framework that makes Vite serve both native and web.

6 lines (4 loc) 158 B
import { hashString } from '../utils/hashString' export function getQueryKey(query: { ast: any }): string { return hashString(JSON.stringify(query.ast)) }