UNPKG

@jeremytenjo/super-code-generator

Version:

A powerful, fast, and scalable code generator that saves you time

10 lines (9 loc) 228 B
export declare const StartsWithSlashRegex: RegExp; /** * Supports all operating systems * @example * splitPath('/project/heoo') * * returns ['project', 'heoo'] */ export default function splitPath(path: string): string[];