UNPKG

tsds-publish

Version:

Development stack for TypeScript libraries

6 lines (5 loc) 206 B
/** * Compatibility Layer for Node.js 0.8+ * Local to this package - contains only needed functions. */ export declare function stringStartsWith(str: string, search: string, position?: number): boolean;