UNPKG

@toreda/build-tools

Version:

![Toreda](https://content.toreda.com/logo/toreda-logo.png)

14 lines (13 loc) 289 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.filePath = void 0; function filePath(input) { if (!input) { return null; } if (typeof input !== 'string') { return null; } return input; } exports.filePath = filePath;