UNPKG

typegpu

Version:

A thin layer between JS and WebGPU/WGSL that improves development experience and allows for faster iteration.

3 lines (2 loc) 143 B
import { type Snippet } from '../data/snippet.ts'; export declare function accessProp(target: Snippet, propName: string): Snippet | undefined;