mirror of
https://github.com/wahyd4/ant-design.git
synced 2026-08-09 04:46:52 +10:00
10 lines
162 B
JavaScript
Executable File
10 lines
162 B
JavaScript
Executable File
#!/usr/bin/env node
|
|
|
|
/* eslint strict:0, camelcase:0 */
|
|
|
|
'use strict';
|
|
|
|
require('antd-tools/lib/updateComponents')((name) => {
|
|
return !!name.match(/^rc-/);
|
|
});
|