UNPKG

84 BTypeScriptView Raw
1declare const isType: (value: any, type: string) => boolean;
2export default isType;