UNPKG

obniz

Version:

obniz sdk for javascript

4 lines (3 loc) 161 B
import { Brand } from './libs/utils/brand'; export declare type ObnizId = Brand<string, 'ObnizId'>; export declare const isObnizId: (arg: any) => arg is string;