function isString()

in src/Package.ts [192:194]


function isString(value): value is string {
  return typeof value === 'string';
}