UNPKG

@unisnips/core

Version:

Core functions and types of unisnips project

2 lines (1 loc) 42 B
export declare type OrNull<T> = T | null;