Repository URL to install this package:
Version:
1.0.1-0 ▾
|
// @flow
import { Target } from '../types'
export default function isTag(target: Target) /* : %checks */ {
return typeof target === 'string'
}