UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

9 lines (7 loc) 192 B
import { existsSync } from 'fs'; export const fileExists = (value: string, helpers: any) => { if (existsSync(value)) { return value; } throw new Error("the file doesn't exist"); };