mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-09 19:44:56 +02:00
6 lines
156 B
JavaScript
6 lines
156 B
JavaScript
'use strict';
|
|
require('../../modules/es.regexp.flags');
|
|
var getRegExpFlags = require('../../internals/regexp-get-flags');
|
|
|
|
module.exports = getRegExpFlags;
|