UNPKG

telefunc

Version:

Remote functions. Instead of API.

7 lines (6 loc) 200 B
export { isTelefuncFilePath }; import { assertPosixPath } from './toPosixPath.js'; function isTelefuncFilePath(filePath) { assertPosixPath(filePath); return filePath.includes('.telefunc.'); }