UNPKG

ut-tools

Version:

Build and Release management automation package.

3 lines (2 loc) 167 B
import { Optional } from '@stoplight/types'; export declare const getFirstPrimitiveProperty: (text: string) => Optional<[string, string | number | boolean | null]>;