Skip to content
FunctionTypes & Utilities@public

parseParticlePreset

Parse an unknown value or throw a link.

ts
export declare function parseParticlePreset(value: unknown): ParticlePresetV1

Parameters

ParameterTypeDescription
valueunknown-

Returns

ParticlePresetV1

Released under the MIT License.