UNPKG

@stdlib/string-starts-with

Version:

Test if a string starts with the characters of another string.

3 lines 116 B
/// <reference path="../docs/types/index.d.ts" /> import startsWith from '../docs/types/index'; export = startsWith;