Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / exotic   js

Repository URL to install this package:

Version: 2.0.8 

/ src / types / primitive / string / index.ts

import { isJSON, isValidJSON, isJSONSafe } from './isJSON'
import isString from './isString'
import isStringPrimitive from './isStringPrimitive'
import toString from './toString'
import fromIshToString from './fromIshToString'

export {
  isValidJSON,
  isJSONSafe,
  isJSON,
  // ===
  isString,
  isStringPrimitive,
  toString,
  isStringPrimitive as stringPrimitive,
  fromIshToString,
}