stripSourcemap

Type:Function
Status:stable
Since:1.0.0
Platform:jsnode
@blackbyte.sugar.shared.string

This function simply take a string and get rid of all sourcemap

Params

  1. str*-String

    The string to process

Return

  1. -String

    The processed string

Example

import { stripSourcemap } from '@blackbyte/sugar/string';
stripSourcemap('...');

Todo

  • testsnormal